Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InvalidContentControlChildException Class / InvalidContentControlChildException Constructor / InvalidContentControlChildException Constructor(ContentControl,ContentObject)
The content control inside wich trying to insert.
The child content wich trying to insert.

In This Topic
    InvalidContentControlChildException Constructor(ContentControl,ContentObject)
    In This Topic
    Initializes a new instance of the InvalidContentControlChildException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal contentControl As ContentControl, _
       ByVal child As ContentObject _
    )
    public InvalidContentControlChildException( 
       ContentControl contentControl,
       ContentObject child
    )

    Parameters

    contentControl
    The content control inside wich trying to insert.
    child
    The child content wich trying to insert.
    See Also