1. GroupDocs.Comparison
  2. /
  3. GroupDocs.Comparison for .NET
  4. /
  5. GroupDocs.Comparison.Common.Exceptions
  6. /
  7. UnsupportedFileFormatException

UnsupportedFileFormatException

UnsupportedFileFormatException class

The exception that is thrown when file of this format doesn’t support comparison.

public class UnsupportedFileFormatException : ComparisonException

Constructors

Name Description
UnsupportedFileFormatException() Initializes a new instance of UnsupportedFileFormatException class.
UnsupportedFileFormatException(string) Initializes a new instance of UnsupportedFileFormatException class.

See Also