DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DefaultListStyleChangeException Class / DefaultListStyleChangeException Constructor
The message that describes the error.

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

Parameters

message
The message that describes the error.
See Also