C# Class Akka.Interfaced.RequestChannelException

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

Méthodes publiques

Méthode Description
RequestChannelException ( ) : System
RequestChannelException ( string message, Exception innerException = null ) : System

Method Details

RequestChannelException() public méthode

public RequestChannelException ( ) : System
Résultat System

RequestChannelException() public méthode

public RequestChannelException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
Résultat System