Click or drag to resize

ApiErrorException Constructor (ApiErrorResponse)

Initializes a new instance of the ApiErrorException class

Namespace:  ArangoDBNetStandard
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public ApiErrorException(
	ApiErrorResponse error
)

Parameters

error
Type: ArangoDBNetStandardApiErrorResponse
See Also