Click or drag to resize

InvalidStateException Constructor

Creates an instance of InvalidStateException.
Overload List
  NameDescription
Public methodInvalidStateException
Creates a new instance of InvalidStateException.
Public methodInvalidStateException(String)
Creates a new instance of InvalidStateException specifying message.
Protected methodInvalidStateException(SerializationInfo, StreamingContext)
Creates an instance of InvalidStateException from serialized information.
Public methodInvalidStateException(String, Exception)
Creates a new instance of InvalidStateException specifying message and baseException.
Top
See Also