C# 클래스 IrcShark.Extensions.ExtensionException

상속: System.Exception
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
ExtensionException ( ExtensionInfo info ) : System

Initializes a new instance of the ExtensionException class for the given extension.

ExtensionException ( ExtensionInfo info, string msg ) : System

Initializes a new instance of the ExtensionException class for the given extension with the given message.

메소드 상세

ExtensionException() 공개 메소드

Initializes a new instance of the ExtensionException class for the given extension.
public ExtensionException ( ExtensionInfo info ) : System
info ExtensionInfo /// The for the extension causing the exception. ///
리턴 System

ExtensionException() 공개 메소드

Initializes a new instance of the ExtensionException class for the given extension with the given message.
public ExtensionException ( ExtensionInfo info, string msg ) : System
info ExtensionInfo /// The for the extension causing the exception. ///
msg string /// The message of the exception. ///
리턴 System