Свойство | Тип | Описание | |
---|---|---|---|
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, |
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, |
Create a new ParseException for a token and supply a message and inner exception.
|