Failure..::..Exception Property

The exception that caused the failure.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


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

Field Value

The exception.