Click or drag to resize

ApiException Constructor (Int32, String, Object)

Initializes a new instance of the ApiException class

Namespace: Spire.Pdf.AI.Client
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public ApiException(
	int errorCode,
	string message,
	Object errorContent = null
)

Parameters

errorCode
Type: System Int32
message
Type: System String
errorContent (Optional)
Type: System Object
See Also