Table of Contents

Class ConnectionRecoveryErrorEventArgs

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

Constructors

ConnectionRecoveryErrorEventArgs(Exception, CancellationToken)

public ConnectionRecoveryErrorEventArgs(Exception ex, CancellationToken cancellationToken = default)

Parameters

ex Exception
cancellationToken CancellationToken

Fields

Exception

public readonly Exception Exception

Field Value

Exception