[]
The exception that is thrown when trying to insert invalid content control type inside the content control.
public class InvalidContentControlChildControlException : InvalidContentControlChildException, ISerializable, _Exception
Initializes a new instance of the InvalidContentControlChildControlException class.
public InvalidContentControlChildControlException(ContentControl contentControl, ContentControlType allowedControlType)
contentControl
ContentControlThe content control inside wich trying to insert.
allowedControlType
ContentControlTypeThe allowed content control type to insert.