[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BulletListPropertyException

Class BulletListPropertyException

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

The exception that is thrown when trying to set a property for ListLevel with NumberStyle equals Bullet.

public class BulletListPropertyException : Exception, ISerializable, _Exception
Inheritance
BulletListPropertyException
Implements
Inherited Members

Constructors

BulletListPropertyException()

Initializes a new instance of the BulletListPropertyException class.

public BulletListPropertyException()

BulletListPropertyException(string)

Initializes a new instance of the BulletListPropertyException class.

public BulletListPropertyException(string message)

Parameters

message string

The message that describes the error.