C# Class xZune.Bass.BassException

A base class of Bass exceptions.
Inheritance: System.Exception
Exibir arquivo Open project: higankanshi/xZune.Bass

Public Methods

Method Description
BassException ( string message ) : System

Create exception with a message.

BassException ( string message, Exception innerException ) : System

Create exception with a message and a inner exception.

Method Details

BassException() public method

Create exception with a message.
public BassException ( string message ) : System
message string exception message
return System

BassException() public method

Create exception with a message and a inner exception.
public BassException ( string message, Exception innerException ) : System
message string exception message
innerException System.Exception inner exception
return System