C# Класс Mp3Sharp.BitstreamException

Instances of BitstreamException are thrown when operations on a Bitstream fail.

The exception provides details of the exception condition in two ways:

  1. as an error-code describing the nature of the error


  2. as the Throwable instance, if any, that was thrown indicating that an exceptional condition has occurred.

@since 0.0.6
Наследование: Mp3SharpException, BitstreamErrors
Показать файл Открыть проект

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

Метод Описание
BitstreamException ( System msg, System t ) : System
BitstreamException ( int errorcode, System t ) : System
getErrorString ( int errorcode ) : System.String

Приватные методы

Метод Описание
InitBlock ( ) : void

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

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

public BitstreamException ( System msg, System t ) : System
msg System
t System
Результат System

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

public BitstreamException ( int errorcode, System t ) : System
errorcode int
t System
Результат System

getErrorString() публичный статический Метод

public static getErrorString ( int errorcode ) : System.String
errorcode int
Результат System.String