[]
The exception that is thrown when trying to insert invalid content type inside the specific level content control.
public class InvalidContentControlLevelChildException : InvalidContentControlChildException, ISerializable, _Exception
Initializes a new instance of the InvalidContentControlLevelChildException class.
public InvalidContentControlLevelChildException(ContentControl contentControl, ContentObject child)
contentControl ContentControlThe content control inside wich trying to insert.
child ContentObjectThe child content wich trying to insert.