Class DriverInternalError
An unexpected error happened internally. This should never be raise and
indicates an unexpected behavior (either in the driver or in Cassandra).
Inheritance
DriverInternalError
Assembly: ScyllaDB.dll
Syntax
[SuppressMessage("Naming", "CA1710:Identifiers should have correct suffix", Justification = "Public API")]
public class DriverInternalError : Exception, ISerializable
Constructors
DriverInternalError(string)
Declaration
public DriverInternalError(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
DriverInternalError(string, Exception)
Declaration
public DriverInternalError(string message, Exception innerException)
Parameters
Implements