C# Class Akka.Interfaced.ResponsiveException

This exception is thrown when a request handler encounters an exception to be expected to forward to a requester rather than the supervior of handling actor.
Inheritance: System.Exception
Datei anzeigen Open project: SaladLab/Akka.Interfaced

Public Methods

Method Description
ResponsiveException ( Exception innerException ) : System

Method Details

ResponsiveException() public method

public ResponsiveException ( Exception innerException ) : System
innerException System.Exception
return System