C# Class PlayControl.BassWrapperException

Exception Class for Errors in BassWrapper
Inheritance: System.Exception
Show file Open project: mhack/gamenoise Class Usage Examples

Public Methods

Method 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 method

BassWrapperException
public BassWrapperException ( BASSError e, string m ) : System
e BASSError Error Number
m string Message
return System

GetErrorNumber() public method

Get Method for Error Number
public GetErrorNumber ( ) : BASSError
return BASSError

GetMessage() public method

Get Method for Error Message
public GetMessage ( ) : string
return string