C# Класс clipr.ParseException

Represents an error that ocurred during parsing.
Наследование: System.Exception
Показать файл Открыть проект

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