InvalidChildElementTypeException Class

Pageflex Document Action API

Pageflex Document Action API InvalidChildElementTypeException Class
Namespaces > Pageflex.Scripting.Exceptions > InvalidChildElementTypeException
An attempt was made to add a child element to a parent element, but their types are incompatible.
Syntax
C# Visual Basic Managed C++
public class InvalidChildElementTypeException : ScriptException
Public Class InvalidChildElementTypeException _
	Inherits ScriptException
public ref class InvalidChildElementTypeException : public ScriptException
Members
All Members Constructors Methods Properties Fields Events



Icon Member Description
InvalidChildElementTypeExceptionNew()
Initializes a new instance of the InvalidChildElementTypeException class.
ChildType
Type name of attempted child element.
Data (Inherited from Exception.)
Equals(Object) (Inherited from Object.)
Finalize() (Inherited from Object.)
GetBaseException() (Inherited from Exception.)
GetHashCode() (Inherited from Object.)
GetObjectData(SerializationInfo, StreamingContext) (Inherited from Exception.)
GetType() (Inherited from Exception.)
HelpLink (Inherited from Exception.)
HResult (Inherited from Exception.)
InnerException (Inherited from Exception.)
MemberwiseClone() (Inherited from Object.)
Message (Inherited from Exception.)
ParentType
Type name of parent element.
Source (Inherited from Exception.)
StackTrace (Inherited from Exception.)
TargetSite (Inherited from Exception.)
ToString() (Inherited from Exception.)
Inheritance Hierarchy
Object
Exception
  ScriptException
    InvalidChildElementTypeException

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)