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 47bd34c commit ea604d1Copy full SHA for ea604d1
projects/client/RabbitMQ.Client/src/client/api/IModel.cs
@@ -163,7 +163,7 @@ public interface IModel : IDisposable
163
/// operation to complete. This method will not return to the
164
/// caller until the shutdown is complete.
165
/// 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.
+ /// <see cref="Exceptions.AlreadyClosedException"/> or <see cref="IOException"/> or any other <see cref="Exception"/> during closing model.
167
/// </remarks>
168
[AmqpMethodDoNotImplement(null)]
169
void Abort();
0 commit comments