[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.IsReadOnlyException

Class IsReadOnlyException

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

The exception that is thrown when trying to set a property value.

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

Constructors

IsReadOnlyException()

Initializes a new instance of the IsReadOnlyException class.

public IsReadOnlyException()

IsReadOnlyException(string)

Initializes a new instance of the IsReadOnlyException class.

public IsReadOnlyException(string propertyName)

Parameters

propertyName string

The read-only property name.