[]
Initializes a new instance of the InvalidContentControlChildException class.
public InvalidContentControlChildException(string message)
| Type | Name | Description |
|---|---|---|
| string | message | The message that describes the error. |
Initializes a new instance of the InvalidContentControlChildException class.
public InvalidContentControlChildException(ContentControl contentControl, ContentObject child)
| Type | Name | Description |
|---|---|---|
| ContentControl | contentControl | The content control inside wich trying to insert. |
| ContentObject | child | The child content wich trying to insert. |