Click or drag to resize
ResumeCausedByFailure Property
Gets or sets the caused by failure.

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

Property Value

Type: Exception
The caused by failure.
See Also