InvalidFormatException Class |
The exception that is thrown when user tries to open some document with format-specific options that are incompatible with original document format.
Inheritance Hierarchy
Namespace: GroupDocs.EditorAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic sealed class InvalidFormatException : Exception
Public NotInheritable Class InvalidFormatException
Inherits Exception
public ref class InvalidFormatException sealed : public Exception
[<SealedAttribute>]
type InvalidFormatException =
class
inherit Exception
end
RemarksFor example, this exception will be thrown, if try to open Spreadsheet document with WordProcessing document options.
See Also