|
| int? | StatusCode [get] |
| | HTTP status code if this exception originated from an HTTP error response. More...
|
| |
Definition at line 6 of file KineticaException.cs.
◆ KineticaException() [1/4]
| KineticaException.KineticaException |
( |
| ) |
|
|
inline |
◆ KineticaException() [2/4]
| KineticaException.KineticaException |
( |
string |
msg | ) |
|
|
inline |
◆ KineticaException() [3/4]
| KineticaException.KineticaException |
( |
string |
msg, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
◆ KineticaException() [4/4]
| 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 27 of file KineticaException.cs.
◆ ToString()
| override string KineticaException.ToString |
( |
| ) |
|
|
inline |
◆ what()
| string KineticaException.what |
( |
| ) |
|
|
inline |
◆ 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: