MetadataValidationException

MetadataValidationException class

The exception that is thrown when validation errors encountered during metadata saving.

public sealed class MetadataValidationException : GroupDocsMetadataException

Properties

Name Description
Errors { get; } Gets an array of the validation errors that were encountered during the last metadata saving.

Methods

Name Description
override GetObjectData(SerializationInfo, StreamingContext) When overridden in a derived class, sets the SerializationInfo with information about the exception.

See Also