[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.InvalidContentControlSingleChildException.-ctor

InvalidContentControlSingleChildException Constructor

InvalidContentControlSingleChildException(ContentControl, Type, bool)

Initializes a new instance of the InvalidContentControlSingleChildException class.

Declaration
public InvalidContentControlSingleChildException(ContentControl contentControl, Type allowedChildType, bool multiLine)
Parameters
Type Name Description
ContentControl contentControl

The content control inside wich trying to insert.

Type allowedChildType

The allowed child type to insert.

bool multiLine

Whether the content control is multiline text control.