NotAnUofDocumentException Constructor (String, Exception)
|
Namespace:
Spire.Xls.Pdf.Uof
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
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