C# Class Akka.Interfaced.RequestHandlerNotFoundException

This exception is thrown when the actor doesn't have a handler for a request.
Inheritance: AkkaInterfacedException
ファイルを表示 Open project: SaladLab/Akka.Interfaced

Public Methods

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

Method Details

RequestHandlerNotFoundException() public method

public RequestHandlerNotFoundException ( ) : System
return System

RequestHandlerNotFoundException() public method

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