C# 클래스 Akka.Interfaced.RequestTargetException

This exception is thrown when the actor which have a request is not found.
상속: AkkaInterfacedException
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

공개 메소드들

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

메소드 상세

RequestTargetException() 공개 메소드

public RequestTargetException ( ) : System
리턴 System

RequestTargetException() 공개 메소드

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