Table of Contents

Class BackgroundErrorInfo

Namespace
RocksDbNet
Assembly
RocksDb.Net.dll

Information about a background error.

public sealed record BackgroundErrorInfo : IEquatable<BackgroundErrorInfo>
Inheritance
BackgroundErrorInfo
Implements
Inherited Members

Constructors

BackgroundErrorInfo(BackgroundErrorReason, string?)

Information about a background error.

public BackgroundErrorInfo(BackgroundErrorReason Reason, string? Message)

Parameters

Reason BackgroundErrorReason
Message string

Properties

Message

public string? Message { get; init; }

Property Value

string

Reason

public BackgroundErrorReason Reason { get; init; }

Property Value

BackgroundErrorReason