C# Класс BitcoinLib.ExceptionHandling.Rpc.RpcInternalServerErrorException

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

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

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
RpcInternalServerErrorException ( ) : System
RpcInternalServerErrorException ( string customMessage ) : System
RpcInternalServerErrorException ( string customMessage, Exception exception ) : System

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

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

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат void

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

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

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

public RpcInternalServerErrorException ( string customMessage ) : System
customMessage string
Результат System

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

public RpcInternalServerErrorException ( string customMessage, Exception exception ) : System
customMessage string
exception System.Exception
Результат System