[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InvalidContentControlLevelChildException

Class InvalidContentControlLevelChildException

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

The exception that is thrown when trying to insert invalid content type inside the specific level content control.

public class InvalidContentControlLevelChildException : InvalidContentControlChildException, ISerializable, _Exception
Inheritance
InvalidContentControlLevelChildException
Implements
Inherited Members

Constructors

InvalidContentControlLevelChildException(ContentControl, ContentObject)

Initializes a new instance of the InvalidContentControlLevelChildException class.

public InvalidContentControlLevelChildException(ContentControl contentControl, ContentObject child)

Parameters

contentControl ContentControl

The content control inside wich trying to insert.

child ContentObject

The child content wich trying to insert.