| FailureException Property |
The exception that caused the failure.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Exception Exception { get; set; }
member Exception : Exception with get, set
Property Value
Type:
ExceptionThe exception.
See Also