C# Class Akka.Interfaced.RequestTargetException

This exception is thrown when the actor which have a request is not found.
Inheritance: AkkaInterfacedException
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

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

Method Details

RequestTargetException() public méthode

public RequestTargetException ( ) : System
Résultat System

RequestTargetException() public méthode

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