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

In This Topic
    InvalidContentControlSingleChildException Class
    In This Topic
    The exception that is thrown when trying to insert more then one content of the specific type inside the content control.
    Object Model
    InvalidContentControlSingleChildException Class
    Syntax
    'Declaration
     
    Public Class InvalidContentControlSingleChildException 
       Inherits InvalidContentControlChildException
    public class InvalidContentControlSingleChildException : InvalidContentControlChildException 
    Inheritance Hierarchy

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

    See Also