Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
NppSharp
NppException
C# Class NppSharp.NppException
An exception that can be thrown when an error occurs while interfacing with Notepad++.
Inheritance:
System.Exception
显示文件
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