NotAnUofDocumentException Constructor (String, Exception)
|
Namespace:
Spire.Presentation.External.Pdf.Uof
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public NotAnUofDocumentException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
NotAnUofDocumentException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> NotAnUofDocumentException
Parameters
-
message
-
Type:
System
String
-
innerException
-
Type:
System
Exception
See Also