C# Класс JsonFx.JsonRpc.JsonServiceException

Наследование: System.InvalidOperationException
Показать файл Открыть проект Примеры использования класса

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

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

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

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

public JsonServiceException ( ) : System
Результат System

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

public JsonServiceException ( System info, System context ) : System
info System
context System
Результат System

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

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

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

public JsonServiceException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System