C# 클래스 Akka.Interfaced.RequestChannelException

This exception is thrown when the channel used for communicating with an actor has a problem.
상속: AkkaInterfacedException
파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced

공개 메소드들

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

메소드 상세

RequestChannelException() 공개 메소드

public RequestChannelException ( ) : System
리턴 System

RequestChannelException() 공개 메소드

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