Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / InvalidFormulaException Class / InvalidFormulaException Constructor
The message that describes the error.
In This Topic
    InvalidFormulaException Constructor
    In This Topic
    Initializes a new instance of the InvalidFormulaException class with a specified error message.
    Syntax
    public InvalidFormulaException( 
       System.string message
    )

    Parameters

    message
    The message that describes the error.
    See Also