ApiException Constructor (Int32, String)
|
Namespace:
Spire.Presentation.AI.Client
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
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