| OpenCircuitException Constructor (String) |
Namespace:
Akka.Pattern
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public OpenCircuitException(
string message
)
new :
message : string -> OpenCircuitException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also