[]
Initializes a new instance of the InvalidContentControlChildException class.
public InvalidContentControlChildException(string message)
Public Sub New(message As String)
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)
Public Sub New(contentControl As ContentControl, child As ContentObject)
Type | Name | Description |
---|---|---|
ContentControl | contentControl | The content control inside wich trying to insert. |
ContentObject | child | The child content wich trying to insert. |