[]
Initializes a new instance of the InvalidParentContentException class.
public InvalidParentContentException()
Public Sub New()
Initializes a new instance of the InvalidParentContentException class.
public InvalidParentContentException(string message)
Public Sub New(message As String)
| 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)
Public Sub New(content As ContentObject, parent As Type)
| 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)
Public Sub New(content As ContentObject, parentLevel As ContentControlLevel)
| Type | Name | Description |
|---|---|---|
| ContentObject | content | The ContentObject to insert. |
| ContentControlLevel | parentLevel | The parent content control level. |