Click or drag to resize
Akka.NETPostRestartExceptionOriginalCause Property
Retrieves the exception which caused the restart in the first place.

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

Property Value

Type: Exception
See Also