Table of Contents

Class ExceptionInfo

Namespace
Tharga.MongoDB.Lockable
Assembly
Tharga.MongoDB.dll
public record ExceptionInfo : IEquatable<ExceptionInfo>
Inheritance
ExceptionInfo
Implements
Inherited Members

Properties

Message

public string Message { get; init; }

Property Value

string

StackTrace

public string StackTrace { get; init; }

Property Value

string

Type

public string Type { get; init; }

Property Value

string