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

In This Topic
    InReadingModeException Class
    In This Topic
    The exception that is thrown when trying to modify the document while it is in reading mode.
    Object Model
    InReadingModeException Class
    Syntax
    'Declaration
     
    Public Class InReadingModeException 
       Inherits System.Exception
    public class InReadingModeException : System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          GrapeCity.Documents.Word.InReadingModeException

    See Also