AssociationErrorEvent..::..Cause Property

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

Syntax


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