Gets the cause.
Namespace: Akka.EventAssembly: 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:
ExceptionThe cause.
See Also