C# Class Akka.Interfaced.RequestChannelException

This exception is thrown when the channel used for communicating with an actor has a problem.
Inheritance: AkkaInterfacedException
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
RequestChannelException ( ) : System
RequestChannelException ( string message, Exception innerException = null ) : System

Method Details

RequestChannelException() public method

public RequestChannelException ( ) : System
return System

RequestChannelException() public method

public RequestChannelException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
return System