InvalidValueException Constructor

GeonBit.UI

InvalidValueException Constructor
Overload List
  NameDescription
Public methodInvalidValueException
Create the exception without message.
Public methodInvalidValueException(String)
Create the exception with message.
Public methodInvalidValueException(String, Exception)
Create the exception with message and inner exception.
Top
See Also