SuspendReasonRecreationCause Property |
[Missing <summary> documentation for "P:Akka.Actor.Internal.SuspendReason.Recreation.Cause"]
Namespace: Akka.Actor.InternalAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Exception Cause { get; }
Public ReadOnly Property Cause As Exception
Get
public:
property Exception^ Cause {
Exception^ get ();
}
member Cause : Exception with get
Property Value
Type:
Exception
See Also