ApiServerException Constructor (Int32, String, String) |
Create a new JSON-RPC APIException
Namespace:
SolidFire.Core.Exceptions
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public ApiServerException(
int errorCode,
string name,
string message
)
Parameters
- errorCode
- Type: SystemInt32
The error code that was received - name
- Type: SystemString
The name of the error. - message
- Type: SystemString
The message of the error.
See Also