[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.ParseException

ParseException Class

Represents the exception that is thrown when an error is encountered during the parsing of a text representation of an expression.

Namespace: FarPoint.Web.Spread.Model
Assembly: FarPoint.Web.Spread.dll
Syntax
public class ParseException : ApplicationException, ISerializable, _Exception
Public Class ParseException
    Inherits ApplicationException
    Implements ISerializable, _Exception

Constructors

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.

Properties

Name Description
ErrorOffset

Gets the position were the error was found.

Message

Gets a message that describes the current exception.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.