Click or drag to resize

ApiErrorException Constructor (String, Exception)

Initializes a new instance of the ApiErrorException class

Namespace:  ArangoDBNetStandard
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public ApiErrorException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also