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

Public Member Functions

 KineticaException ()
 
 KineticaException (string msg)
 
 KineticaException (string msg, Exception innerException)
 
 KineticaException (string msg, int? statusCode, Exception? innerException=null)
 Creates a KineticaException with an HTTP status code. More...
 
string what ()
 
override string ToString ()
 

Properties

int? StatusCode [get]
 HTTP status code if this exception originated from an HTTP error response. More...
 

Detailed Description

Definition at line 6 of file KineticaException.cs.

Constructor & Destructor Documentation

◆ KineticaException() [1/4]

KineticaException.KineticaException ( )
inline

Definition at line 14 of file KineticaException.cs.

◆ KineticaException() [2/4]

KineticaException.KineticaException ( string  msg)
inline

Definition at line 16 of file KineticaException.cs.

◆ KineticaException() [3/4]

KineticaException.KineticaException ( string  msg,
Exception  innerException 
)
inline

Definition at line 18 of file KineticaException.cs.

◆ KineticaException() [4/4]

KineticaException.KineticaException ( string  msg,
int?  statusCode,
Exception?  innerException = null 
)
inline

Creates a KineticaException with an HTTP status code.

Parameters
msgError message
statusCodeHTTP status code
innerExceptionInner exception (optional)

Definition at line 27 of file KineticaException.cs.

Member Function Documentation

◆ ToString()

override string KineticaException.ToString ( )
inline

Definition at line 35 of file KineticaException.cs.

◆ what()

string KineticaException.what ( )
inline

Definition at line 33 of file KineticaException.cs.

Property Documentation

◆ StatusCode

int? KineticaException.StatusCode
get

HTTP status code if this exception originated from an HTTP error response.

Null if the exception is not HTTP-related.

Definition at line 12 of file KineticaException.cs.


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