C# Класс EdjCase.JsonRpc.Client.RpcClientParseException

Exception for all parsing exceptions that were thro
Наследование: RpcClientException
Показать файл Открыть проект

Открытые методы

Метод Описание
RpcClientParseException ( string message ) : System
RpcClientParseException ( string message, Exception innerException ) : System

Описание методов

RpcClientParseException() публичный Метод

public RpcClientParseException ( string message ) : System
message string Error message
Результат System

RpcClientParseException() публичный Метод

public RpcClientParseException ( string message, Exception innerException ) : System
message string Error message
innerException System.Exception Inner exception
Результат System