C# 클래스 Sharpnote.SharpnoteException

Base Exception class for errors thrown by Sharpnote
상속: System.Exception
파일 보기 프로젝트 열기: Kieranties/Sharpnote

공개 메소드들

메소드 설명
SharpnoteException ( ) : System

Creates an instance of SharpnoteException

SharpnoteException ( string message, Exception ex ) : System

Creates an instance of SharpnoteException

메소드 상세

SharpnoteException() 공개 메소드

Creates an instance of SharpnoteException
public SharpnoteException ( ) : System
리턴 System

SharpnoteException() 공개 메소드

Creates an instance of SharpnoteException
public SharpnoteException ( string message, Exception ex ) : System
message string The message for the exception
ex System.Exception A previous exception
리턴 System