Click or drag to resize
Akka.NETFailureException 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; }

Property Value

Type: Exception
The exception.
See Also