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