[]
Represents the exception that is thrown when an error is encountered which is caused by an invalid external reference during the parsing of a text representation of an expression.
public class InvalidExternalReferenceParseException : ParseException, ISerializable
Public Class InvalidExternalReferenceParseException
Inherits ParseException
Implements ISerializable
| Name | Description |
|---|---|
| InvalidExternalReferenceParseException() | Constructs a new instance of the InvalidExternalReferenceParseException class. |
| InvalidExternalReferenceParseException(SerializationInfo, StreamingContext) | Constructs a new instance of the ParseException class with serialized data. |
| InvalidExternalReferenceParseException(string) | Constructs a new instance of the InvalidExternalReferenceParseException class with the specified message. |
| InvalidExternalReferenceParseException(string, Exception) | Constructs a new instance of the InvalidExternalReferenceParseException class with the specified message and inner exception. |
| InvalidExternalReferenceParseException(string, int) | Constructs a new instance of the InvalidExternalReferenceParseException class with the specified message and offset. |