OpenXmlPackageException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Open XML package exception class for errors.
public sealed class OpenXmlPackageException : Exception
[System.Serializable]
public sealed class OpenXmlPackageException : Exception
type OpenXmlPackageException = class
inherit Exception
[<System.Serializable>]
type OpenXmlPackageException = class
inherit Exception
Public NotInheritable Class OpenXmlPackageException
Inherits Exception
- Inheritance
-
OpenXmlPackageException
- Attributes
Constructors
OpenXmlPackageException() |
Initializes a new instance of the OpenXmlPackageException class. |
OpenXmlPackageException(String, Exception) |
Initializes a new instance of the OpenXmlPackageException class using the supplied error message and a reference to the inner exception that caused the current exception. |
OpenXmlPackageException(String) |
Initializes a new instance of the OpenXmlPackageException class using the supplied error message. |