Class TraceRetrievalException
Exception thrown if a query trace cannot be retrieved.
Inheritance
TraceRetrievalException
Assembly: Cassandra.dll
Syntax
public class TraceRetrievalException : DriverException, ISerializable
Constructors
TraceRetrievalException(string)
Declaration
public TraceRetrievalException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
TraceRetrievalException(string, Exception)
Declaration
public TraceRetrievalException(string message, Exception cause)
Parameters
Implements