Click or drag to resize
Akka.NETResumeCausedByFailure 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; }

Property Value

Type: Exception
The caused by failure.
See Also