C# Class Akka.Interfaced.RequestHandlerNotFoundException

This exception is thrown when the actor doesn't have a handler for a request.
Inheritance: AkkaInterfacedException
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

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

Method Details

RequestHandlerNotFoundException() public méthode

public RequestHandlerNotFoundException ( ) : System
Résultat System

RequestHandlerNotFoundException() public méthode

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