Class DriverException
Top level class for exceptions thrown by the driver.
Inheritance
DriverException
Assembly: Cassandra.dll
Syntax
[Serializable]
public class DriverException : Exception, ISerializable
Constructors
DriverException(SerializationInfo, StreamingContext)
Declaration
protected DriverException(SerializationInfo info, StreamingContext context)
Parameters
DriverException(string)
Declaration
public DriverException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
DriverException(string, Exception)
Declaration
public DriverException(string message, Exception innerException)
Parameters
Implements