Table of Contents

Class RabbitMqExceptionDetail

Namespace
RabbitMQ.Client.Logging
Assembly
RabbitMQ.Client.dll
[EventData]
public class RabbitMqExceptionDetail
Inheritance
RabbitMqExceptionDetail
Inherited Members

Constructors

RabbitMqExceptionDetail(IDictionary<string, object>)

public RabbitMqExceptionDetail(IDictionary<string, object> ex)

Parameters

ex IDictionary<string, object>

RabbitMqExceptionDetail(Exception)

public RabbitMqExceptionDetail(Exception ex)

Parameters

ex Exception

Properties

InnerException

public string? InnerException { get; }

Property Value

string

Message

public string? Message { get; }

Property Value

string

StackTrace

public string? StackTrace { get; }

Property Value

string

Type

public string? Type { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.