Class InvalidContentControlLevelChildException
- Namespace
- GrapeCity.Documents.Word
- Assembly
- GcDocs.Word.dll
The exception that is thrown when trying to insert invalid content type inside the specific level content control.
public class InvalidContentControlLevelChildException : InvalidContentControlChildException, ISerializable
- Inheritance
-
object
System.Exception
InvalidContentControlLevelChildException
- Implements
-
System.Runtime.Serialization.ISerializable
- Inherited Members
-
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Constructors
InvalidContentControlLevelChildException(ContentControl, ContentObject)
public InvalidContentControlLevelChildException(ContentControl contentControl, ContentObject child)
Parameters
contentControl
ContentControl
The content control inside wich trying to insert.
child
ContentObject
The child content wich trying to insert.