RemotingErrorEvent Constructor

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

Syntax


public RemotingErrorEvent(
	Exception cause
)
Public Sub New ( _
	cause As Exception _
)
public:
RemotingErrorEvent(
	Exception^ cause
)

Parameters

cause
Type: Exception