프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|