C# 클래스 NppSharp.LexerException

An exception caused by a problem with a lexer.
상속: System.Exception
파일 보기 프로젝트 열기: cmrazek/NppSharp

공개 메소드들

메소드 설명
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