InvalidStateException Constructor

GeonBit.UI

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