Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DefaultTableStyleChangeException Class / DefaultTableStyleChangeException Constructor
The message that describes the error.

In This Topic
    DefaultTableStyleChangeException Constructor
    In This Topic
    Initializes a new instance of the DefaultTableStyleChangeException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As System.String _
    )
    public DefaultTableStyleChangeException( 
       System.string message
    )

    Parameters

    message
    The message that describes the error.
    See Also