C# 클래스 xZune.Bass.Tag.TagsLibException

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

공개 메소드들

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

Create exception with a message.

TagsLibException ( string message, Exception innerException ) : System

Create exception with a message and a inner exception.

메소드 상세

TagsLibException() 공개 메소드

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

TagsLibException() 공개 메소드

Create exception with a message and a inner exception.
public TagsLibException ( string message, Exception innerException ) : System
message string exception message
innerException System.Exception inner exception
리턴 System