Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BulletListPropertyException Class / BulletListPropertyException Constructor / BulletListPropertyException Constructor(String)
The message that describes the error.

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

    Parameters

    message
    The message that describes the error.
    See Also