Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
NppSharp
LexerException
C# Class NppSharp.LexerException
An exception caused by a problem with a lexer.
Inheritance:
System.Exception
Mostra file
Open project: cmrazek/NppSharp
Public Methods
Method
Description
LexerException
(
string
message
) :
System
Creates the exception object.
Method Details
LexerException()
public
method
Creates the exception object.
public
LexerException
(
string
message
) :
System
message
string
A message describing the error.
return
System