[]
Initializes a new instance of the InvalidContentControlSingleChildException class.
public InvalidContentControlSingleChildException(ContentControl contentControl, Type allowedChildType, bool multiLine)
Public Sub New(contentControl As ContentControl, allowedChildType As Type, multiLine As Boolean)
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. |