C# 클래스 EdjCase.JsonRpc.Client.RpcClientUnknownException

Exception for all unknown exceptions that were thrown by the client
상속: RpcClientException
파일 보기 프로젝트 열기: edjCase/JsonRpc

공개 메소드들

메소드 설명
RpcClientUnknownException ( string message ) : System
RpcClientUnknownException ( string message, Exception innerException ) : System

메소드 상세

RpcClientUnknownException() 공개 메소드

public RpcClientUnknownException ( string message ) : System
message string Error message
리턴 System

RpcClientUnknownException() 공개 메소드

public RpcClientUnknownException ( string message, Exception innerException ) : System
message string Error message
innerException System.Exception Inner exception
리턴 System