Table of Contents

Class ShutdownReportEntry

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll

Single entry object in the shutdown report that encapsulates description of the error which occured during shutdown.

public class ShutdownReportEntry
Inheritance
ShutdownReportEntry
Inherited Members

Constructors

ShutdownReportEntry(string, Exception)

public ShutdownReportEntry(string description, Exception exception)

Parameters

description string
exception Exception

Properties

Description

Description provided in the error.

public string Description { get; set; }

Property Value

string

Exception

Exception object that occured during shutdown, or null if unspecified.

public Exception Exception { get; set; }

Property Value

Exception

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.