[]
Represents the exception that is thrown when an error is encountered during the parsing of a text representation of an expression.
public class ParseException : ApplicationException, ISerializable
Public Class ParseException
Inherits ApplicationException
Implements ISerializable
| Name | Description |
|---|---|
| ParseException() | Constructs a new instance of the ParseException class. |
| ParseException(SerializationInfo, StreamingContext) | Constructs a new instance of the ParseException class with serialized data. |
| ParseException(string) | Constructs a new instance of the ParseException class with the specified message. |
| ParseException(string, Exception) | Constructs a new instance of the ParseException class with the specified message and inner exception. |
| ParseException(string, int) | Constructs a new instance of the ParseException class with the specified message and offset. |
| Name | Description |
|---|---|
| ErrorOffset | Gets the position were the error was found. |
| Message | Gets a message that describes the current exception. |
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) | Sets the SerializationInfo object with information about the exception. |