NotAnOoxDocumentException 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 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