OfficeXpsDocumentException Constructors
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.
Overloads
OfficeXpsDocumentException() | |
OfficeXpsDocumentException(String) | |
OfficeXpsDocumentException(String, Exception) |
OfficeXpsDocumentException()
public:
OfficeXpsDocumentException();
public OfficeXpsDocumentException ();
Public Sub New ()
Applies to
OfficeXpsDocumentException(String)
public:
OfficeXpsDocumentException(System::String ^ message);
public OfficeXpsDocumentException (string message);
new Microsoft.Office.Tools.OfficeXpsDocumentException : string -> Microsoft.Office.Tools.OfficeXpsDocumentException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
OfficeXpsDocumentException(String, Exception)
public:
OfficeXpsDocumentException(System::String ^ message, Exception ^ innerException);
public OfficeXpsDocumentException (string message, Exception innerException);
new Microsoft.Office.Tools.OfficeXpsDocumentException : string * Exception -> Microsoft.Office.Tools.OfficeXpsDocumentException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception