[]
The exception that is thrown when trying to insert more then one content of the specific type inside the content control.
public class InvalidContentControlSingleChildException : InvalidContentControlChildException, ISerializable, _Exception
Initializes a new instance of the InvalidContentControlSingleChildException class.
public InvalidContentControlSingleChildException(ContentControl contentControl, Type allowedChildType, bool multiLine)
contentControl
ContentControlThe content control inside wich trying to insert.
allowedChildType
TypeThe allowed child type to insert.
multiLine
boolWhether the content control is multiline text control.