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: Cassandra.dll
Syntax
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