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
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
BitstreamException ( System msg, System t ) : System
BitstreamException ( int errorcode, System t ) : System
getErrorString ( int errorcode ) : System.String

Private Methods

Méthode Description
InitBlock ( ) : void

Method Details

BitstreamException() public méthode

public BitstreamException ( System msg, System t ) : System
msg System
t System
Résultat System

BitstreamException() public méthode

public BitstreamException ( int errorcode, System t ) : System
errorcode int
t System
Résultat System

getErrorString() public static méthode

public static getErrorString ( int errorcode ) : System.String
errorcode int
Résultat System.String