[]
The exception that is thrown when trying to insert a content object into a non-allowed parent content.
public class InvalidParentContentException : Exception, ISerializable
Public Class InvalidParentContentException
Inherits Exception
Implements ISerializable
| Name | Description |
|---|---|
| InvalidParentContentException() | Initializes a new instance of the InvalidParentContentException class. |
| InvalidParentContentException(ContentObject, ContentControlLevel) | Initializes a new instance of the InvalidParentContentException class. |
| InvalidParentContentException(ContentObject, Type) | Initializes a new instance of the InvalidParentContentException class. |
| InvalidParentContentException(string) | Initializes a new instance of the InvalidParentContentException class. |