ApiServerException Constructor (JsonRpcError) |
Create a new JSON-RPC exception from a specified JsonRpcError object
Namespace:
SolidFire.Core.Exceptions
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public ApiServerException(
JsonRpcError error
)
Parameters
- error
- Type: SolidFire.CoreJsonRpcError
The error object to create the exception from
See Also