OOXMLException

OOXMLException class

Represents a standard internal exception type related to Office Open XML file format.

public class OOXMLException : Exception

Constructors

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

See Also