ApiException Constructor (Int32, String, Object)
 | 
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,
	Object errorContent = null
)
 
Public Sub New ( 
	errorCode As Integer,
	message As String,
	Optional errorContent As Object = Nothing
)
 
public:
ApiException(
	int errorCode, 
	String^ message, 
	Object^ errorContent = nullptr
)
 
new : 
errorCode : int * 
message : string * 
?errorContent : Object 
(* Defaults:
let _errorContent = defaultArg errorContent null
*)
-> ApiException
 
 
 
Parameters
- 
errorCode
 
- 
Type:
System
Int32
 
- 
message
 
- 
Type:
System
String
 
- 
errorContent
(Optional)
 
- 
Type:
System
Object
 
 
See Also