Class FileFormatException
- Namespace
- FileFormat.Words
- Assembly
- FileFormat.Words.dll
Custom exception class for file format-related exceptions.
public class FileFormatException : Exception, ISerializable
- Inheritance
-
FileFormatException
- Implements
- Inherited Members
Constructors
FileFormatException(string, Exception)
Initializes a new instance of the FileFormatException class with a specified error message and a reference to the inner exception.
public FileFormatException(string message, Exception innerException)