OfficeXpsDocumentException 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.
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
- Attributes
Constructors
OfficeXpsDocumentException() | |
OfficeXpsDocumentException(String, Exception) | |
OfficeXpsDocumentException(String) |