InvalidFormulaException Constructor
In This Topic
Initializes a new instance of the InvalidFormulaException class with a specified error
message.
Syntax
public InvalidFormulaException(
System.string
)
Parameters
- message
- The message that describes the error.
See Also