ApiException Constructor (Int32, String)
 | 
Namespace:
Spire.Xls.AI.Client
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
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