C# Класс Paymetheus.Bitcoin.EncodingException

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

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

Метод Описание
EncodingException ( Type resultType, ByteCursor cursor, Exception innerException ) : Paymetheus.Bitcoin.Util
EncodingException ( Type resultType, ByteCursor cursor, string reason ) : Paymetheus.Bitcoin.Util

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

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

public EncodingException ( Type resultType, ByteCursor cursor, Exception innerException ) : Paymetheus.Bitcoin.Util
resultType System.Type
cursor ByteCursor
innerException System.Exception
Результат Paymetheus.Bitcoin.Util

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

public EncodingException ( Type resultType, ByteCursor cursor, string reason ) : Paymetheus.Bitcoin.Util
resultType System.Type
cursor ByteCursor
reason string
Результат Paymetheus.Bitcoin.Util