Kinetica   C#   API  Version 7.2.3.1
KineticaAdo.KineticaException Class Reference
+ Inheritance diagram for KineticaAdo.KineticaException:

Public Member Functions

 KineticaException (string message)
 
 KineticaException (string message, Exception innerException)
 
 KineticaException (string message, int errorCode, string sqlState)
 

Properties

int ErrorCode [get]
 
string SqlState [get]
 

Detailed Description

Definition at line 4158 of file KineticaAdo.cs.

Constructor & Destructor Documentation

◆ KineticaException() [1/3]

KineticaAdo.KineticaException.KineticaException ( string  message)
inline

Definition at line 4163 of file KineticaAdo.cs.

◆ KineticaException() [2/3]

KineticaAdo.KineticaException.KineticaException ( string  message,
Exception  innerException 
)
inline

Definition at line 4169 of file KineticaAdo.cs.

◆ KineticaException() [3/3]

KineticaAdo.KineticaException.KineticaException ( string  message,
int  errorCode,
string  sqlState 
)
inline

Definition at line 4175 of file KineticaAdo.cs.

Property Documentation

◆ ErrorCode

int KineticaAdo.KineticaException.ErrorCode
get

Definition at line 4160 of file KineticaAdo.cs.

◆ SqlState

string KineticaAdo.KineticaException.SqlState
get

Definition at line 4161 of file KineticaAdo.cs.


The documentation for this class was generated from the following file: