C# Class Akka.Remote.Transport.UnderlyingTransportError

The underlying transport reported a non-fatal error
Inheritance: IHandleEvent
Datei anzeigen Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
UnderlyingTransportError ( Exception cause, string message ) : System

Method Details

UnderlyingTransportError() public method

public UnderlyingTransportError ( Exception cause, string message ) : System
cause System.Exception
message string
return System