We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ef996 commit 312263dCopy full SHA for 312263d
projects/client/RabbitMQ.Client/src/client/events/RecoveryExceptionEventArgs.cs
@@ -42,6 +42,10 @@
42
43
namespace RabbitMQ.Client.Events
44
{
45
+ ///<summary>
46
+ ///Describes an exception that was thrown during
47
+ ///automatic connection recovery performed by the library.
48
+ ///</summary>
49
public class RecoveryExceptionEventArgs: BaseExceptionEventArgs
50
51
public RecoveryExceptionEventArgs(Exception e) : base(e) {}
0 commit comments