C# Class 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
Inheritance: Mp3SharpException, BitstreamErrors
Show file Open project: RHY3756547/FreeSO

Public Methods

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

Private Methods

Method Description
InitBlock ( ) : void

Method Details

BitstreamException() public method

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

BitstreamException() public method

public BitstreamException ( 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