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