Table of Contents

Class ConnectionRecoveryErrorEventArgs

Namespace
RabbitMQ.Client.Events
Assembly
RabbitMQ.Client.dll
public sealed class ConnectionRecoveryErrorEventArgs : EventArgs
Inheritance
ConnectionRecoveryErrorEventArgs
Inherited Members

Constructors

ConnectionRecoveryErrorEventArgs(Exception)

public ConnectionRecoveryErrorEventArgs(Exception ex)

Parameters

ex Exception

Properties

Exception

public Exception Exception { get; }

Property Value

Exception