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