Version

FormulaParseException Constructor(Int32,String,String,String)

Initializes a new instance of the FormulaParseException class with a specified error message and information which helps determine the location of the parse error in the formula.
Syntax
public FormulaParseException( 
   int charIndexOfError,
   string formulaValue,
   string message,
   string portionWithError
)

Parameters

charIndexOfError
The character index in the formulaValue parameter where the parse error occurred.
formulaValue
The formula which had the error being parsed.
message
The message that describes the error.
portionWithError
The portion of the formula which had the error being parsed.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also