Skip to content

Commit ea604d1

Browse files
committed
comment that Abort() is not throwing any kind of Exception anymore
1 parent 47bd34c commit ea604d1

File tree

1 file changed

+1
-1
lines changed
  • projects/client/RabbitMQ.Client/src/client/api

1 file changed

+1
-1
lines changed

projects/client/RabbitMQ.Client/src/client/api/IModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public interface IModel : IDisposable
163163
/// operation to complete. This method will not return to the
164164
/// caller until the shutdown is complete.
165165
/// In comparison to normal <see cref="Close()"/> method, <see cref="Abort()"/> will not throw
166-
/// <see cref="Exceptions.AlreadyClosedException"/> or <see cref="IOException"/> during closing model.
166+
/// <see cref="Exceptions.AlreadyClosedException"/> or <see cref="IOException"/> or any other <see cref="Exception"/> during closing model.
167167
/// </remarks>
168168
[AmqpMethodDoNotImplement(null)]
169169
void Abort();

0 commit comments

Comments
 (0)