Method | Description | |
---|---|---|
GetObjectData ( |
Sets the SerializationInfo with information about the exception.
|
|
ParsingException ( string message ) : System |
Constructs a new ParsingException with a message but no parsed string or index.
|
|
ParsingException ( string message, string parsedString, int index ) : System |
Constructs a new ParsingException with a message, a parsed string, and an index.
|
Method | Description | |
---|---|---|
ParsingException ( |
Constructor for deserialization.
|
public GetObjectData ( |
||
info |
/// The |
|
context |
/// The |
|
return | void |
protected ParsingException ( |
||
info | the info holding the serialization data | |
context | the serialization context | |
return | System |
public ParsingException ( string message ) : System | ||
message | string | the error message |
return | System |
public ParsingException ( string message, string parsedString, int index ) : System | ||
message | string | the error message |
parsedString | string | the parsed string |
index | int | an index in the parsed string |
return | System |