C# Class clipr.ParseException

Represents an error that ocurred during parsing.
Inheritance: System.Exception
Afficher le fichier Open project: nemec/clipr

Private Properties

Свойство Type Description
ParseException System
ParseException System
ParseException System
ParseException System
ParseException System
ParseException System

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

Méthode 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 méthode

public ToString ( ) : string
Résultat string