C# Class PlayControl.BassWrapperException

Exception Class for Errors in BassWrapper
Inheritance: System.Exception
Afficher le fichier Open project: mhack/gamenoise Class Usage Examples

Méthodes publiques

Méthode Description
BassWrapperException ( BASSError e, string m ) : System

BassWrapperException

GetErrorNumber ( ) : BASSError

Get Method for Error Number

GetMessage ( ) : string

Get Method for Error Message

Method Details

BassWrapperException() public méthode

BassWrapperException
public BassWrapperException ( BASSError e, string m ) : System
e BASSError Error Number
m string Message
Résultat System

GetErrorNumber() public méthode

Get Method for Error Number
public GetErrorNumber ( ) : BASSError
Résultat BASSError

GetMessage() public méthode

Get Method for Error Message
public GetMessage ( ) : string
Résultat string