Class FunctionFailureException
Specifies a User defined function execution failure.
Inheritance
FunctionFailureException
Assembly: Cassandra.dll
Syntax
public class FunctionFailureException : DriverException, ISerializable
Constructors
FunctionFailureException(SerializationInfo, StreamingContext)
Declaration
protected FunctionFailureException(SerializationInfo info, StreamingContext context)
Parameters
FunctionFailureException(string)
Declaration
public FunctionFailureException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
FunctionFailureException(string, Exception)
Declaration
public FunctionFailureException(string message, Exception innerException)
Parameters
Properties
ArgumentTypes
Name types of the arguments
Declaration
public string[] ArgumentTypes { get; set; }
Property Value
Keyspace
Keyspace where the function is defined
Declaration
public string Keyspace { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Implements