Version

FormulaParseException Class Members

The following tables list the members exposed by FormulaParseException.

Public Constructors
 NameDescription
Public ConstructorFormulaParseException ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCharIndexOfErrorGets the character index in the FormulaValue at which the parse error occurred.  
Public PropertyData (Inherited from System.Exception)
Public PropertyFormulaValueGets the formula string which had the error being parsed.  
Public PropertyHelpLink (Inherited from System.Exception)
Public PropertyHResult (Inherited from System.Exception)
Public PropertyInnerException (Inherited from System.Exception)
Public PropertyMessageOverridden. Gets the error message and the portion of the formula with the error.  
Public PropertyPortionWithErrorGets the portion of the formula which contains the error.  
Public PropertySource (Inherited from System.Exception)
Public PropertyStackTrace (Inherited from System.Exception)
Public PropertyTargetSite (Inherited from System.Exception)
Public Methods
 NameDescription
Public MethodGetBaseException (Inherited from System.Exception)
Public MethodGetObjectDataOverridden. Populates the specified System.Runtime.Serialization.SerializationInfo instance with this object's data.  
Public MethodGetType (Inherited from System.Exception)
Public MethodToString (Inherited from System.Exception)
Protected Events
 NameDescription
Protected EventSerializeObjectState (Inherited from System.Exception)
See Also

View on GitHub