ApiErrorException Constructor (String) |
Namespace:
ArangoDBNetStandard
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public ApiErrorException(
string message
)
Public Sub New (
message As String
)
public:
ApiErrorException(
String^ message
)
new :
message : string -> ApiErrorException
Parameters
- message
- Type: SystemString
See Also