1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for .NET
  4. /
  5. GroupDocs.Metadata.Exceptions
  6. /
  7. MetadataValidationException

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