Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
NppSharp
NppException
C# 클래스 NppSharp.NppException
An exception that can be thrown when an error occurs while interfacing with Notepad++.
상속:
System.Exception
파일 보기
프로젝트 열기: cmrazek/NppSharp
공개 메소드들
메소드
설명
NppException
(
string
message
) :
System
Creates the exception object.
메소드 상세
NppException()
공개
메소드
Creates the exception object.
public
NppException
(
string
message
) :
System
message
string
A description of the exception.
리턴
System