Click or drag to resize
Akka.NETUnderlyingTransportError Constructor
TBD

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public UnderlyingTransportError(
	Exception cause,
	string message
)

Parameters

cause
Type: SystemException
TBD
message
Type: SystemString
TBD
See Also