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