Class DeclarationExceptionEvent
Inheritance
System.Object
DeclarationExceptionEvent
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class DeclarationExceptionEvent : RabbitAdminEvent
Constructors
|
Edit this page
View Source
DeclarationExceptionEvent(Object, IDeclarable, Exception)
Declaration
public DeclarationExceptionEvent(object source, IDeclarable declarable, Exception exception)
Parameters
Type |
Name |
Description |
System.Object |
source |
|
IDeclarable |
declarable |
|
Exception |
exception |
|
Properties
|
Edit this page
View Source
Declarable
Declaration
public IDeclarable Declarable { get; }
Property Value
|
Edit this page
View Source
Exception
Declaration
public Exception Exception { get; }
Property Value
Type |
Description |
Exception |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|