Failed..::..Cause Property

Gets the cause.

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

Syntax


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

Field Value

The cause.