C# Class NppSharp.LexerException

An exception caused by a problem with a lexer.
Inheritance: System.Exception
Afficher le fichier Open project: cmrazek/NppSharp

Méthodes publiques

Méthode Description
LexerException ( string message ) : System

Creates the exception object.

Method Details

LexerException() public méthode

Creates the exception object.
public LexerException ( string message ) : System
message string A message describing the error.
Résultat System