[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InvalidContentControlLevelChildException.-ctor

InvalidContentControlLevelChildException Constructor

InvalidContentControlLevelChildException(ContentControl, ContentObject)

Initializes a new instance of the InvalidContentControlLevelChildException class.

Declaration
public InvalidContentControlLevelChildException(ContentControl contentControl, ContentObject child)
Public Sub New(contentControl As ContentControl, child As ContentObject)
Parameters
Type Name Description
ContentControl contentControl

The content control inside wich trying to insert.

ContentObject child

The child content wich trying to insert.