Method | Description | |
---|---|---|
ParseException ( ) : System |
Initializes a new instance of the ParseException class.
|
|
ParseException ( SerializationInfo info, StreamingContext context ) : System |
Initializes a new instance of the ParseException class.
|
|
ParseException ( string message ) : System |
Initializes a new instance of the ParseException class.
|
|
ParseException ( string message, Exception innerException ) : System |
Initializes a new instance of the ParseException class.
|
protected ParseException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | The |
context | StreamingContext | The |
return | System |
protected ParseException ( string message ) : System | ||
message | string | The message. |
return | System |
protected ParseException ( string message, Exception innerException ) : System | ||
message | string | The message. |
innerException | Exception | The inner exception. |
return | System |