Click or drag to resize

ApiException Constructor (Int32, String)

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
)

Parameters

errorCode
Type: System Int32
message
Type: System String
See Also