OfficeXpsDocumentException Class

Definition

The exception that is thrown when the Visual Studio Tools for Office runtime cannot perform an operation on an Office Open XML Formats document because the format of the document is invalid.

public ref class OfficeXpsDocumentException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class OfficeXpsDocumentException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type OfficeXpsDocumentException = class
    inherit RuntimeException
Public NotInheritable Class OfficeXpsDocumentException
Inherits RuntimeException
Inheritance
OfficeXpsDocumentException
Attributes

Constructors

OfficeXpsDocumentException()
OfficeXpsDocumentException(String)
OfficeXpsDocumentException(String, Exception)

Applies to