Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
NppSharp
NppException
C# Class NppSharp.NppException
An exception that can be thrown when an error occurs while interfacing with Notepad++.
Inheritance:
System.Exception
Exibir arquivo
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