DriverException Constructor (String, Exception) |
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.6.0
Syntax public DriverException(
string message,
Exception innerException
)
Parameters
- message
- Type: System.String
- innerException
- Type: System.Exception
See Also