C# 클래스 Akka.Interfaced.RequestHaltException

This exception is thrown when the actor is stopped in processing a request.
상속: AkkaInterfacedException
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

공개 메소드들

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

메소드 상세

RequestHaltException() 공개 메소드

public RequestHaltException ( ) : System
리턴 System

RequestHaltException() 공개 메소드

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