Skip to content

Commit 40c7de8

Browse files
committed
[Modify] Edit it
1 parent 0da9871 commit 40c7de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

websocket-sharp/Net/HttpListener.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,9 @@ public void Abort ()
760760
/// An <see cref="object"/> that specifies a user defined object to
761761
/// pass to <paramref name="callback"/>.
762762
/// </param>
763+
/// <exception cref="HttpListenerException">
764+
/// This method is canceled.
765+
/// </exception>
763766
/// <exception cref="InvalidOperationException">
764767
/// <para>
765768
/// This listener has not been started or is currently stopped.
@@ -771,9 +774,6 @@ public void Abort ()
771774
/// This listener has no URI prefix on which listens.
772775
/// </para>
773776
/// </exception>
774-
/// <exception cref="HttpListenerException">
775-
/// This method is canceled.
776-
/// </exception>
777777
/// <exception cref="ObjectDisposedException">
778778
/// This listener has been closed.
779779
/// </exception>

0 commit comments

Comments
 (0)