Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / IsReadOnlyException Class / IsReadOnlyException Constructor / IsReadOnlyException Constructor(String)
The read-only property name.

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

    Parameters

    propertyName
    The read-only property name.
    See Also