Click or drag to resize

ApiException Constructor (Int32, String, Object)

Initializes a new instance of the ApiException class

Namespace: Spire.Doc.AI.Client
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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