AkkaExceptionCause Property |
[Missing <summary> documentation for "P:Akka.Actor.AkkaException.Cause"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected Exception Cause { get; }
Protected ReadOnly Property Cause As Exception
Get
protected:
property Exception^ Cause {
Exception^ get ();
}
member Cause : Exception with get
Property Value
Type:
Exception
See Also