NotAnOoxDocumentException Constructor (String, Exception)
|
Namespace:
Spire.Pdf.General.Paper.Uof
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public NotAnOoxDocumentException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
NotAnOoxDocumentException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> NotAnOoxDocumentException
Parameters
-
message
-
Type:
System
String
-
innerException
-
Type:
System
Exception
See Also