Method | Description | |
---|---|---|
ParseException ( ) : System |
Initializes a new instance of the ParseException class.
|
|
ParseException ( string message ) : System |
Initializes a new instance of the ParseException class.
|
|
ParseException ( string message, |
Initializes a new instance of the ParseException class.
|
public ParseException ( string message ) : System | ||
message | string | The message. |
return | System |
public ParseException ( string message, |
||
message | string | The message. |
innerException | The inner exception. | |
return | System |