| IllegalStateException Constructor (String, Exception) |
Namespace:
Akka.Pattern
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public IllegalStateException(
string message,
Exception innerEx
)
new :
message : string *
innerEx : Exception -> IllegalStateException
Parameters
- message
- Type: SystemString
The message that describes the error. - innerEx
- Type: SystemException
The inner Exception that was thrown.
See Also