C# Class Akka.Interfaced.RequestHaltException

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

Public Methods

Method Description
RequestHaltException ( ) : System
RequestHaltException ( string message, Exception innerException = null ) : System

Method Details

RequestHaltException() public method

public RequestHaltException ( ) : System
return System

RequestHaltException() public method

public RequestHaltException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
return System