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
| Edit this page 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
| Edit this page View SourceMsg
Retrieves the message of the simulated failure.
Declaration
public string Msg { get; }
Property Value
Type | Description |
---|---|
string |