C# Class javazoom.jl.decoder.DecoderException

The DecoderException represents the class of errors that can occur when decoding MPEG audio.
Inheritance: Mp3SharpException, DecoderErrors
显示文件 Open project: RHY3756547/FreeSO

Public Methods

Method Description
DecoderException ( System msg, System t ) : System
DecoderException ( int errorcode, System t ) : System
getErrorString ( int errorcode ) : System.String

Private Methods

Method Description
InitBlock ( ) : void

Method Details

DecoderException() public method

public DecoderException ( System msg, System t ) : System
msg System
t System
return System

DecoderException() public method

public DecoderException ( int errorcode, System t ) : System
errorcode int
t System
return System

getErrorString() public static method

public static getErrorString ( int errorcode ) : System.String
errorcode int
return System.String