C# Class Akka.Interfaced.RequestTargetException

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

Public Methods

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

Method Details

RequestTargetException() public method

public RequestTargetException ( ) : System
return System

RequestTargetException() public method

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