[]
Initializes a new instance of the InvalidParentContentException class.
public InvalidParentContentException()
Initializes a new instance of the InvalidParentContentException class.
public InvalidParentContentException(string message)
| Type | Name | Description |
|---|---|---|
| string | message | The message that describes the error. |
Initializes a new instance of the InvalidParentContentException class.
public InvalidParentContentException(ContentObject content, Type parent)
| Type | Name | Description |
|---|---|---|
| ContentObject | content | The ContentObject to insert. |
| Type | parent | The parent content type. |
Initializes a new instance of the InvalidParentContentException class.
public InvalidParentContentException(ContentObject content, ContentControlLevel parentLevel)
| Type | Name | Description |
|---|---|---|
| ContentObject | content | The ContentObject to insert. |
| ContentControlLevel | parentLevel | The parent content control level. |