InvalidStateException Constructor (String, Exception)

GeonBit.UI

InvalidStateException Constructor (String, Exception)
Create the exception with message and inner exception.

Namespace:  GeonBit.UI.Exceptions
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public InvalidStateException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:GeonBit.UI.Exceptions.InvalidStateException.#ctor(System.String,System.Exception)"]

inner
Type: SystemException

[Missing <param name="inner"/> documentation for "M:GeonBit.UI.Exceptions.InvalidStateException.#ctor(System.String,System.Exception)"]

See Also