C# Class NppSharp.NppException

An exception that can be thrown when an error occurs while interfacing with Notepad++.
Inheritance: System.Exception
Afficher le fichier Open project: cmrazek/NppSharp

Méthodes publiques

Méthode Description
NppException ( string message ) : System

Creates the exception object.

Method Details

NppException() public méthode

Creates the exception object.
public NppException ( string message ) : System
message string A description of the exception.
Résultat System