Escalate..::..Reason Property

Gets the reason.

Namespace:  Akka.Dispatch.SysMsg
Assembly:  Akka (in Akka.dll)

Syntax


public Exception Reason { get; set; }
Public Property Reason As Exception
	Get
	Set
public:
property Exception^ Reason {
	Exception^ get ();
	void set (Exception^ value);
}

Field Value

The reason.