C# Class NppSharp.LexerException

An exception caused by a problem with a lexer.
Inheritance: System.Exception
显示文件 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