'Declaration Public Function New( _ ByVal contentControl As ContentControl, _ ByVal child As ContentObject _ )
public InvalidContentControlLevelChildException( ContentControl contentControl, ContentObject child )
Parameters
- contentControl
- The content control inside wich trying to insert.
- child
- The child content wich trying to insert.