Table of Contents

Class Error

Namespace
RabbitMQ.AMQP.Client
Assembly
RabbitMQ.AMQP.Client.dll
public class Error
Inheritance
Error
Inherited Members

Constructors

Error(string?, string?)

public Error(string? errorCode, string? description)

Parameters

errorCode string
description string

Properties

Description

public string? Description { get; }

Property Value

string

ErrorCode

public string? ErrorCode { 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.