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