C# Class Akka.Interfaced.RequestFaultException

This exception is thrown when there is an unhandled exception in processing a request.
Inheritance: AkkaInterfacedException
Afficher le fichier Open project: SaladLab/Akka.Interfaced

Méthodes publiques

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

Method Details

RequestFaultException() public méthode

public RequestFaultException ( ) : System
Résultat System

RequestFaultException() public méthode

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