OpenXmlPackageException Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
OpenXmlPackageException() | Initializes a new instance of the OpenXmlPackageException class. | |
OpenXmlPackageException(String) | Initializes a new instance of the OpenXmlPackageException class with a specified error message. | |
OpenXmlPackageException(String, Exception) | Initializes a new instance of the OpenXmlPackageException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Top