The exception thrown by the Kinetica client when a request fails or the server returns an error. More…
Inherits System.Exception, and System.Exception.
|
| | KineticaException () |
| | Initializes a new exception with no message.
|
| |
| | KineticaException (string msg) |
| | Initializes a new exception with the given error message.
|
| |
| | KineticaException (string msg, Exception innerException) |
| | Initializes a new exception with the given message and inner exception.
|
| |
| | KineticaException (string msg, int? statusCode, Exception? innerException=null) |
| | Creates a KineticaException with an HTTP status code.
|
| |
| string | what () |
| | Returns the exception’s message (provided for Java/C++ API parity).
|
| |
| override string | ToString () |
| |
| | KineticaException () |
| | Initializes a new exception with no message.
|
| |
| | KineticaException (string msg) |
| | Initializes a new exception with the given error message.
|
| |
| | KineticaException (string msg, Exception innerException) |
| | Initializes a new exception with the given message and inner exception.
|
| |
| | KineticaException (string msg, int? statusCode, Exception? innerException=null) |
| | Creates a KineticaException with an HTTP status code.
|
| |
| string | what () |
| | Returns the exception’s message (provided for Java/C++ API parity).
|
| |
| override string | ToString () |
| |
|
| int? | StatusCode [get] |
| | HTTP status code if this exception originated from an HTTP error response.
|
| |
The exception thrown by the Kinetica client when a request fails or the server returns an error.
Definition at line 4 of file KineticaException.cs.
◆ KineticaException() [1/8]
| kinetica.KineticaException.KineticaException | ( | | ) | |
| inline |
◆ KineticaException() [2/8]
| kinetica.KineticaException.KineticaException | ( | string | msg | ) | |
| inline |
◆ KineticaException() [3/8]
| kinetica.KineticaException.KineticaException | ( | string | msg, | | | Exception | innerException ) |
| inline |
Initializes a new exception with the given message and inner exception.
Parameters
| msg | The error message. |
| innerException | The exception that caused this one. |
Definition at line 22 of file KineticaException.cs.
◆ KineticaException() [4/8]
| kinetica.KineticaException.KineticaException | ( | string | msg, | | | int? | statusCode, | | | Exception? | innerException = null ) |
| inline |
Creates a KineticaException with an HTTP status code.
Parameters
| msg | Error message |
| statusCode | HTTP status code |
| innerException | Inner exception (optional) |
Definition at line 31 of file KineticaException.cs.
◆ KineticaException() [5/8]
| kinetica.KineticaException.KineticaException | ( | | ) | |
| inline |
◆ KineticaException() [6/8]
| kinetica.KineticaException.KineticaException | ( | string | msg | ) | |
| inline |
◆ KineticaException() [7/8]
| kinetica.KineticaException.KineticaException | ( | string | msg, | | | Exception | innerException ) |
| inline |
Initializes a new exception with the given message and inner exception.
Parameters
| msg | The error message. |
| innerException | The exception that caused this one. |
Definition at line 22 of file KineticaException.cs.
◆ KineticaException() [8/8]
| kinetica.KineticaException.KineticaException | ( | string | msg, | | | int? | statusCode, | | | Exception? | innerException = null ) |
| inline |
Creates a KineticaException with an HTTP status code.
Parameters
| msg | Error message |
| statusCode | HTTP status code |
| innerException | Inner exception (optional) |
Definition at line 31 of file KineticaException.cs.
◆ ToString() [1/2]
| override string kinetica.KineticaException.ToString | ( | | ) | |
| inline |
◆ ToString() [2/2]
| override string kinetica.KineticaException.ToString | ( | | ) | |
| inline |
◆ what() [1/2]
| string kinetica.KineticaException.what | ( | | ) | |
| inline |
Returns the exception’s message (provided for Java/C++ API parity).
Definition at line 38 of file KineticaException.cs.
◆ what() [2/2]
| string kinetica.KineticaException.what | ( | | ) | |
| inline |
Returns the exception’s message (provided for Java/C++ API parity).
Definition at line 38 of file KineticaException.cs.
◆ StatusCode
| int kinetica.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 10 of file KineticaException.cs.
The documentation for this class was generated from the following files: