Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
NppSharp
NppException
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