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
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 메소드들

메소드 설명
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