Class DeclarationExceptionEvent
public class DeclarationExceptionEvent : RabbitAdminEvent
- Inheritance
-
DeclarationExceptionEvent
- Inherited Members
Constructors
DeclarationExceptionEvent(object, IDeclarable, Exception)
public DeclarationExceptionEvent(object source, IDeclarable declarable, Exception exception)
Parameters
source
objectdeclarable
IDeclarableexception
Exception
Properties
Declarable
public IDeclarable Declarable { get; }
Property Value
Exception
public Exception Exception { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.