Skip to content

Commit 312263d

Browse files
Doco
1 parent 93ef996 commit 312263d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/client/RabbitMQ.Client/src/client/events/RecoveryExceptionEventArgs.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242

4343
namespace RabbitMQ.Client.Events
4444
{
45+
///<summary>
46+
///Describes an exception that was thrown during
47+
///automatic connection recovery performed by the library.
48+
///</summary>
4549
public class RecoveryExceptionEventArgs: BaseExceptionEventArgs
4650
{
4751
public RecoveryExceptionEventArgs(Exception e) : base(e) {}

0 commit comments

Comments
 (0)