Table of Contents

Class DeclarationExceptionEvent

Namespace
Steeltoe.Messaging.RabbitMQ.Core
Assembly
Steeltoe.Messaging.RabbitMQ.dll
public class DeclarationExceptionEvent : RabbitAdminEvent
Inheritance
DeclarationExceptionEvent
Inherited Members

Constructors

DeclarationExceptionEvent(object, IDeclarable, Exception)

public DeclarationExceptionEvent(object source, IDeclarable declarable, Exception exception)

Parameters

source object
declarable IDeclarable
exception Exception

Properties

Declarable

public IDeclarable Declarable { get; }

Property Value

IDeclarable

Exception

public Exception Exception { get; }

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.