C# 클래스 Akka.Interfaced.RequestHandlerNotFoundException

This exception is thrown when the actor doesn't have a handler for a request.
상속: AkkaInterfacedException
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

공개 메소드들

메소드 설명
RequestHandlerNotFoundException ( ) : System
RequestHandlerNotFoundException ( string message, Exception innerException = null ) : System

메소드 상세

RequestHandlerNotFoundException() 공개 메소드

public RequestHandlerNotFoundException ( ) : System
리턴 System

RequestHandlerNotFoundException() 공개 메소드

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