C# Class Sharpnote.SharpnoteException

Base Exception class for errors thrown by Sharpnote
Inheritance: System.Exception
显示文件 Open project: Kieranties/Sharpnote

Public Methods

Method Description
SharpnoteException ( ) : System

Creates an instance of SharpnoteException

SharpnoteException ( string message, Exception ex ) : System

Creates an instance of SharpnoteException

Method Details

SharpnoteException() public method

Creates an instance of SharpnoteException
public SharpnoteException ( ) : System
return System

SharpnoteException() public method

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
return System