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

In This Topic
    PropertyNullOrWhiteSpaceException Class
    In This Topic
    The exception that is thrown when trying to set null or white spaces value to a property.
    Object Model
    PropertyNullOrWhiteSpaceException Class
    Syntax
    'Declaration
     
    Public Class PropertyNullOrWhiteSpaceException 
       Inherits System.Exception
    public class PropertyNullOrWhiteSpaceException : System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          GrapeCity.Documents.Word.PropertyNullOrWhiteSpaceException

    See Also