[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.InvalidExternalReferenceParseException

InvalidExternalReferenceParseException Class

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.

Inheritance
InvalidExternalReferenceParseException
Implements
Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public class InvalidExternalReferenceParseException : ParseException, ISerializable
Public Class InvalidExternalReferenceParseException
    Inherits ParseException
    Implements ISerializable

Constructors

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.