C# Класс NppSharp.LexerException

An exception caused by a problem with a lexer.
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
LexerException ( string message ) : System

Creates the exception object.

Описание методов

LexerException() публичный Метод

Creates the exception object.
public LexerException ( string message ) : System
message string A message describing the error.
Результат System