C# Class Sharpnote.SharpnoteException

Base Exception class for errors thrown by Sharpnote
Inheritance: System.Exception
Afficher le fichier Open project: Kieranties/Sharpnote

Méthodes publiques

Méthode Description
SharpnoteException ( ) : System

Creates an instance of SharpnoteException

SharpnoteException ( string message, Exception ex ) : System

Creates an instance of SharpnoteException

Method Details

SharpnoteException() public méthode

Creates an instance of SharpnoteException
public SharpnoteException ( ) : System
Résultat System

SharpnoteException() public méthode

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
Résultat System