C# Class Akka.Interfaced.RequestHaltException

This exception is thrown when the actor is stopped in processing a request.
Inheritance: AkkaInterfacedException
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

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

Method Details

RequestHaltException() public méthode

public RequestHaltException ( ) : System
Résultat System

RequestHaltException() public méthode

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