Click or drag to resize

ApiException Constructor (Int32, String)

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
)

Parameters

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