Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InvalidContentControlLevelChildException Class / InvalidContentControlLevelChildException Constructor
The content control inside wich trying to insert.
The child content wich trying to insert.

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

    Parameters

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