Click or drag to resize

FunctionFailureException Class

Specifies a User defined function execution failure.
Inheritance Hierarchy
SystemObject
  SystemException
    DseDriverException
      DseFunctionFailureException

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class FunctionFailureException : DriverException

The FunctionFailureException type exposes the following members.

Constructors
  NameDescription
Public methodFunctionFailureException(String)
Initializes a new instance of the FunctionFailureException class
Public methodFunctionFailureException(String, Exception)
Initializes a new instance of the FunctionFailureException class
Top
Properties
  NameDescription
Public propertyArgumentTypes
Name types of the arguments
Public propertyKeyspace
Keyspace where the function is defined
Public propertyName
Name of the function
Top
See Also

Reference