Click or drag to resize
IllegalStateException Constructor
Initializes a new instance of the IllegalStateException class

Namespace: Akka.Pattern
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public IllegalStateException(
	string message
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Akka.Pattern.IllegalStateException.#ctor(System.String)"]

See Also