Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / InvalidContentControlParentChildException Class
Members

In This Topic
    InvalidContentControlParentChildException Class
    In This Topic
    The exception that is thrown when trying to insert invalid content type into the specific parent content inside the content control.
    Object Model
    InvalidContentControlParentChildException Class
    Syntax
    'Declaration
     
    Public Class InvalidContentControlParentChildException 
       Inherits InvalidContentControlChildException
    public class InvalidContentControlParentChildException : InvalidContentControlChildException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          GrapeCity.Documents.Word.InvalidContentControlChildException
             GrapeCity.Documents.Word.InvalidContentControlParentChildException

    See Also