'Declaration Public Function New( _ ByVal contentControl As ContentControl, _ ByVal parent As ContentObject, _ ByVal allowedChildType As System.Type _ )
public InvalidContentControlLevelParentChildException( ContentControl contentControl, ContentObject parent, System.Type allowedChildType )
Parameters
- contentControl
- The content control inside wich trying to insert.
- parent
- The parent content object inside the content control where to insert the child content object.
- allowedChildType
- The allowed child type to insert.