Click or drag to resize

TraceRetrievalException Class

Exception thrown if a query trace cannot be retrieved.
Inheritance Hierarchy
SystemObject
  SystemException
    CassandraDriverException
      CassandraTraceRetrievalException

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public class TraceRetrievalException : DriverException
Constructors
  NameDescription
Public methodTraceRetrievalException(String)
Initializes a new instance of the TraceRetrievalException class
Public methodTraceRetrievalException(String, Exception)
Initializes a new instance of the TraceRetrievalException class
Top
See Also