Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InvalidContentControlTypeException Class / InvalidContentControlTypeException Constructor / InvalidContentControlTypeException Constructor(ContentControlType,String)
The supported content control type.
The caller property name.

In This Topic
    InvalidContentControlTypeException Constructor(ContentControlType,String)
    In This Topic
    Initializes a new instance of the InvalidContentControlTypeException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal supportedType As ContentControlType, _
       Optional ByVal property As System.String _
    )
    public InvalidContentControlTypeException( 
       ContentControlType supportedType,
       System.string property
    )

    Parameters

    supportedType
    The supported content control type.
    property
    The caller property name.
    See Also