| 
ApiException Constructor (Int32, String, Object)
  | 
 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,
	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
See Also