Class FailureInjectorException
This exception is used to indicate a simulated failure in an association.
Implements
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public sealed class FailureInjectorException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceFailureInjectorException(String)
Initializes a new instance of the FailureInjectorException class.
Declaration
public FailureInjectorException(string msg)
Parameters
Type | Name | Description |
---|---|---|
String | msg | The message that describes the error. |
Properties
| Improve this Doc View SourceMsg
Retrieves the message of the simulated failure.
Declaration
public string Msg { get; }
Property Value
Type | Description |
---|---|
String |