[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PropertyNullOrWhiteSpaceException

Class PropertyNullOrWhiteSpaceException

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

The exception that is thrown when trying to set null or white spaces value to a property.

public class PropertyNullOrWhiteSpaceException : Exception, ISerializable, _Exception
Inheritance
PropertyNullOrWhiteSpaceException
Implements
Inherited Members

Constructors

PropertyNullOrWhiteSpaceException()

Initializes a new instance of the PropertyNullOrWhiteSpaceException class.

public PropertyNullOrWhiteSpaceException()

PropertyNullOrWhiteSpaceException(string)

Initializes a new instance of the PropertyNullOrWhiteSpaceException class.

public PropertyNullOrWhiteSpaceException(string propertyName)

Parameters

propertyName string

The invalid property name.