C# Class clipr.ParseException

Represents an error that ocurred during parsing.
Inheritance: System.Exception
Mostra file Open project: nemec/clipr

Private Properties

Property Type Description
ParseException System
ParseException System
ParseException System
ParseException System
ParseException System
ParseException System

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
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.

Method Details

ToString() public method

public ToString ( ) : string
return string