Method | Description | |
---|---|---|
BassException ( string message ) : System |
Create exception with a message.
|
|
BassException ( string message, |
Create exception with a message and a inner exception.
|
public BassException ( string message ) : System | ||
message | string | exception message |
return | System |
public BassException ( string message, |
||
message | string | exception message |
innerException | inner exception | |
return | System |