Click or drag to resize
FailureException Property
The exception that caused the failure.

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

Property Value

Type: Exception
The exception.
See Also