Class Escalate
Class Escalate.
Inherited Members
Namespace: Akka.Dispatch.SysMsg
Assembly: Akka.dll
Syntax
public sealed class Escalate : SystemMessage, ISystemMessage, INoSerializationVerificationNeeded
Constructors
| Improve this Doc View SourceEscalate(Exception)
Initializes a new instance of the Escalate class.
Declaration
public Escalate(Exception reason)
Parameters
Type | Name | Description |
---|---|---|
Exception | reason | The reason. |
Properties
| Improve this Doc View SourceReason
Gets the reason.
Declaration
public Exception Reason { get; }
Property Value
Type | Description |
---|---|
Exception | The reason. |
Methods
| Improve this Doc View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |