C# 클래스 clipr.ParseException

Represents an error that ocurred during parsing.
상속: System.Exception
파일 보기 프로젝트 열기: nemec/clipr

Private Properties

프로퍼티 타입 설명
ParseException System
ParseException System
ParseException System
ParseException System
ParseException System
ParseException System

공개 메소드들

메소드 설명
ToString ( ) : string

비공개 메소드들

메소드 설명
ParseException ( char token ) : System

Create a new ParseException for a token.

ParseException ( char token, string message ) : System

Create a new ParseException for a token and supply a message.

ParseException ( char token, string message, Exception innerException ) : System

Create a new ParseException for a token and supply a message and inner exception.

ParseException ( string token ) : System

Create a new ParseException for a token.

ParseException ( string token, string message ) : System

Create a new ParseException for a token and supply a message.

ParseException ( string token, string message, Exception innerException ) : System

Create a new ParseException for a token and supply a message and inner exception.

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string