C# Класс NppSharp.NppException

An exception that can be thrown when an error occurs while interfacing with Notepad++.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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