InvalidContentControlSingleChildException Constructor
In This Topic
Initializes a new instance of the
InvalidContentControlSingleChildException class.
Syntax
'Declaration
Public Function New( _
ByVal As ContentControl, _
ByVal As System.Type, _
ByVal As System.Boolean _
)
public InvalidContentControlSingleChildException(
ContentControl ,
System.Type ,
System.bool
)
Parameters
- contentControl
- The content control inside wich trying to insert.
- allowedChildType
- The allowed child type to insert.
- muiltiLine
- Whether the content control is multiline text control.
See Also