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

In This Topic
    InvalidParentContentException Class
    In This Topic
    The exception that is thrown when trying to insert a content object into a non-allowed parent content.
    Object Model
    InvalidParentContentException Class
    Syntax
    'Declaration
     
    Public Class InvalidParentContentException 
       Inherits System.Exception
    public class InvalidParentContentException : System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          GrapeCity.Documents.Word.InvalidParentContentException

    See Also