Class FunctionFailureException
Specifies a User defined function execution failure.
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class FunctionFailureException : DriverException, ISerializable
Constructors
FunctionFailureException(SerializationInfo, StreamingContext)
Declaration
protected FunctionFailureException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
FunctionFailureException(string, Exception)
Declaration
public FunctionFailureException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |
FunctionFailureException(string)
Declaration
public FunctionFailureException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
Properties
ArgumentTypes
Name types of the arguments
Declaration
public string[] ArgumentTypes { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Keyspace
Keyspace where the function is defined
Declaration
public string Keyspace { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Name of the function
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
System.Runtime.Serialization.ISerializable