C# 클래스 xZune.Bass.BassException

A base class of Bass exceptions.
상속: System.Exception
파일 보기 프로젝트 열기: higankanshi/xZune.Bass

공개 메소드들

메소드 설명
BassException ( string message ) : System

Create exception with a message.

BassException ( string message, Exception innerException ) : System

Create exception with a message and a inner exception.

메소드 상세

BassException() 공개 메소드

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

BassException() 공개 메소드

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
리턴 System