OpenXmlPackageException Class

Definition

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)

Initializes a new instance of the OpenXmlPackageException class using the supplied error message.

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.

Applies to