Show / Hide Table of Contents

Class TileDBException

This exception is thrown when a TileDB Embedded method fails with an error.

Inheritance
object
Exception
TileDBException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
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 Source

TileDBException()

Creates a TileDBException.

Declaration
public TileDBException()
| Edit this page View Source

TileDBException(string?)

Creates a TileDBException with a message.

Declaration
public TileDBException(string? message)
Parameters
Type Name Description
string message

The exception's message.

| Edit this page View Source

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 Source

StatusCode

The exception's status code, as reported by tiledb_status_code function.

Declaration
public int StatusCode { get; set; }
Property Value
Type Description
int

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2018-2023 TileDB Inc.