[]
Initializes a new instance of the InvalidContentControlChildControlException class.
public InvalidContentControlChildControlException(ContentControl contentControl, ContentControlType allowedControlType)
Public Sub New(contentControl As ContentControl, allowedControlType As ContentControlType)
| Type | Name | Description |
|---|---|---|
| ContentControl | contentControl | The content control inside wich trying to insert. |
| ContentControlType | allowedControlType | The allowed content control type to insert. |