| ResumeCausedByFailure Property |
Gets or sets the caused by failure.
Namespace:
Akka.Dispatch.SysMsg
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public Exception CausedByFailure { get; set; }
member CausedByFailure : Exception with get, set
Property Value
Type:
ExceptionThe caused by failure.
See Also