ApiException Constructor (Int32, String, Object)
|
Namespace:
Spire.Pdf.AI.Client
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
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