C# Класс javazoom.jl.decoder.DecoderException

The DecoderException represents the class of errors that can occur when decoding MPEG audio.
Наследование: Mp3SharpException, DecoderErrors
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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

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

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