File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments