| FailureInjectorException Constructor |
Namespace:
Akka.Remote.Transport
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public FailureInjectorException(
string msg
)
new :
msg : string -> FailureInjectorException
Parameters
- msg
- Type: SystemString
The message that describes the error.
See Also