Click or drag to resize

NotAnUofDocumentException Constructor (String, Exception)

Initializes a new instance of the NotAnUofDocumentException class

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
)

Parameters

message
Type: System String
innerException
Type: System Exception
See Also