Click or drag to resize
ErrorCause Property
Gets the cause.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Exception Cause { get; }

Property Value

Type: Exception
The cause.
See Also