ApiErrorException Constructor (String, Exception) |
Namespace:
ArangoDBNetStandard
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public 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 -> ApiErrorException
Parameters
- message
- Type: SystemString
- innerException
- Type: SystemException
See Also