C# Class Akka.Remote.Transport.Helios.TcpTransportException

Inheritance: RemoteTransportException
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
TcpTransportException ( string message, Exception cause = null ) : System

Method Details

TcpTransportException() public method

public TcpTransportException ( string message, Exception cause = null ) : System
message string
cause System.Exception
return System