C# Class NppSharp.NppException

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

Public Methods

Method Description
NppException ( string message ) : System

Creates the exception object.

Method Details

NppException() public method

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