InvalidStateException Constructor (String)

GeonBit.UI

InvalidStateException Constructor (String)
Create the exception with message.

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
)

Parameters

message
Type: SystemString

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

See Also