C# 클래스 Akka.Interfaced.RequestFaultException

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

공개 메소드들

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

메소드 상세

RequestFaultException() 공개 메소드

public RequestFaultException ( ) : System
리턴 System

RequestFaultException() 공개 메소드

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