Gets the reason.
Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Exception Reason { get; }
Public ReadOnly Property Reason As Exception
Get
public:
property Exception^ Reason {
Exception^ get ();
}
member Reason : Exception with get
Property Value
Type:
ExceptionThe reason.
See Also