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