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

In This Topic
    ContentChildlessException Class
    In This Topic
    The exception that is thrown when trying to insert a child content into a content that cannot have children.
    Object Model
    ContentChildlessException Class
    Syntax
    'Declaration
     
    Public Class ContentChildlessException 
       Inherits System.Exception
    public class ContentChildlessException : System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          GrapeCity.Documents.Word.ContentChildlessException

    See Also