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

InvalidFormatException

InvalidFormatException class

The exception that is thrown when a file has an invalid format.

public sealed class InvalidFormatException : GroupDocsMetadataException

Constructors

Name Description
InvalidFormatException() Initializes a new instance of the InvalidFormatException class.
InvalidFormatException(string) Initializes a new instance of the InvalidFormatException class.
InvalidFormatException(string, Exception) Initializes a new instance of the InvalidFormatException class.

See Also