NotAnUofDocumentException Constructor (String)
 | 
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
)
 
Public Sub New ( 
	message As String
)
 
public:
NotAnUofDocumentException(
	String^ message
)
 
new : 
message : string -> NotAnUofDocumentException
 
 
 
Parameters
- 
message
 
- 
Type:
System
String
 
 
See Also