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

    Parameters

    message
    The message that describes the error.
    See Also