| PostRestartExceptionOriginalCause Property |
Retrieves the exception which caused the restart in the first place.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Exception OriginalCause { get; }
member OriginalCause : Exception with get
Property Value
Type:
ExceptionSee Also