Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InvalidContentControlSingleChildException Class / InvalidContentControlSingleChildException Constructor
The content control inside wich trying to insert.
The allowed child type to insert.
Whether the content control is multiline text control.

In This Topic
    InvalidContentControlSingleChildException Constructor
    In This Topic
    Initializes a new instance of the InvalidContentControlSingleChildException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal contentControl As ContentControl, _
       ByVal allowedChildType As System.Type, _
       ByVal muiltiLine As System.Boolean _
    )
    public InvalidContentControlSingleChildException( 
       ContentControl contentControl,
       System.Type allowedChildType,
       System.bool muiltiLine
    )

    Parameters

    contentControl
    The content control inside wich trying to insert.
    allowedChildType
    The allowed child type to insert.
    muiltiLine
    Whether the content control is multiline text control.
    See Also