| 
ApiException Constructor (Int32, String)
  | 
 Namespace:
 Spire.Doc.AI.Client
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public ApiException(
	int errorCode,
	string message
)
 
Public Sub New ( 
	errorCode As Integer,
	message As String
)
 
public:
ApiException(
	int errorCode, 
	String^ message
)
 
new : 
errorCode : int * 
message : string -> ApiException
 
 
 
Parameters
 
- 
errorCode
 
- 
 Type:
 
System
Int32
 
 
- 
message
 
- 
 Type:
 
System
String
 
 
 
 See Also
See Also