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