[]
Initializes a new instance of the InvalidContentControlParentChildException class.
public InvalidContentControlParentChildException(ContentControl contentControl, ContentObject parent, Type allowedChildType)
| Type | Name | Description |
|---|---|---|
| ContentControl | contentControl | The content control inside wich trying to insert. |
| ContentObject | parent | The parent content object inside the content control where to insert the child content object. |
| Type | allowedChildType | The allowed child type to insert. |
Initializes a new instance of the InvalidContentControlParentChildException class.
public InvalidContentControlParentChildException(ContentControl contentControl, ContentObject parent, Type[] allowedChildTypes)
| Type | Name | Description |
|---|---|---|
| ContentControl | contentControl | The content control inside wich trying to insert. |
| ContentObject | parent | The parent content object inside the content control where to insert the child content object. |
| Type[] | allowedChildTypes | The allowed child types to insert. |