ResumeCausedByFailure Property |
Gets or sets the caused by failure.
Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Exception CausedByFailure { get; set; }
Public Property CausedByFailure As Exception
Get
Set
public:
property Exception^ CausedByFailure {
Exception^ get ();
void set (Exception^ value);
}
member CausedByFailure : Exception with get, set
Property Value
Type:
ExceptionThe caused by failure.
See Also