OOXMLCorruptFileException

OOXMLCorruptFileException class

Exception which thrown when Office Open XML file format is corrupted.

public class OOXMLCorruptFileException : OOXMLException

Constructors

NameDescription
OOXMLCorruptFileException()Default constructor.
OOXMLCorruptFileException(string)Constructor allowing a message to be added to this exception.
OOXMLCorruptFileException(string, Exception)Constructor for an exception containing a message and an embedded exception.

See Also