Class TileDBException
This exception is thrown when a TileDB Embedded method fails with an error.
Implements
Inherited Members
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public sealed class TileDBException : Exception, ISerializable
Remarks
Almost all methods of this library may throw it.
Constructors
| Edit this page View SourceTileDBException()
Creates a TileDBException.
Declaration
public TileDBException()
TileDBException(string?)
Creates a TileDBException with a message.
Declaration
public TileDBException(string? message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception's message. |
TileDBException(string?, Exception?)
Creates a TileDBException with a message and inner exception.
Declaration
public TileDBException(string? message, Exception? inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception's message. |
Exception | inner | The exception's inner exception. |
Properties
| Edit this page View SourceStatusCode
The exception's status code, as reported by tiledb_status_code
function.
Declaration
public int StatusCode { get; set; }
Property Value
Type | Description |
---|---|
int |