Resume..::..CausedByFailure Property

Gets or sets the caused by failure.

Namespace:  Akka.Dispatch.SysMsg
Assembly:  Akka (in Akka.dll)

Syntax


public Exception CausedByFailure { get; set; }
Public Property CausedByFailure As Exception
	Get
	Set
public:
property Exception^ CausedByFailure {
	Exception^ get ();
	void set (Exception^ value);
}

Field Value

The caused by failure.