RemoteTransportException Constructor

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

Syntax


public RemoteTransportException(
	string message,
	Exception cause
)
Public Sub New ( _
	message As String, _
	cause As Exception _
)
public:
RemoteTransportException(
	String^ message, 
	Exception^ cause
)

Parameters

message
Type: String
cause
Type: Exception