1. GroupDocs.Redaction
  2. /
  3. GroupDocs.Redaction for .NET
  4. /
  5. GroupDocs.Redaction.Exceptions
  6. /
  7. DocumentFormatException

DocumentFormatException

DocumentFormatException class

The exception that is thrown when document format is not recognized or is invalid.

public class DocumentFormatException : GroupDocsRedactionException

Constructors

Name Description
DocumentFormatException(string) Initializes a new instance of DocumentFormatException class.
DocumentFormatException(string, Exception) Initializes a new instance of DocumentFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also