[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.NestedShapePropertyException

Class NestedShapePropertyException

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

The exception that is thrown when there is an invalid attempt to set a property on a nested shape.

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

Constructors

NestedShapePropertyException()

Initializes a new instance of the NestedShapePropertyException class.

public NestedShapePropertyException()

NestedShapePropertyException(string)

Initializes a new instance of the NestedShapePropertyException class.

public NestedShapePropertyException(string message)

Parameters

message string

The message that describes the error.