Fix a few for HttpListenerException.cs
This commit is contained in:
parent
95af1043ee
commit
eb5724b4f6
@ -44,7 +44,8 @@ using System.Runtime.Serialization;
|
|||||||
namespace WebSocketSharp.Net
|
namespace WebSocketSharp.Net
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The exception that is thrown when an error occurs processing an HTTP request.
|
/// The exception that is thrown when a <see cref="HttpListener"/> gets an error
|
||||||
|
/// processing an HTTP request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Serializable]
|
[Serializable]
|
||||||
public class HttpListenerException : Win32Exception
|
public class HttpListenerException : Win32Exception
|
||||||
@ -52,9 +53,8 @@ namespace WebSocketSharp.Net
|
|||||||
#region Protected Constructors
|
#region Protected Constructors
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="HttpListenerException"/> class
|
/// Initializes a new instance of the <see cref="HttpListenerException"/> class from
|
||||||
/// from the specified instances of the <see cref="SerializationInfo"/> and
|
/// the specified <see cref="SerializationInfo"/> and <see cref="StreamingContext"/>.
|
||||||
/// <see cref="StreamingContext"/> classes.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="serializationInfo">
|
/// <param name="serializationInfo">
|
||||||
/// A <see cref="SerializationInfo"/> that contains the serialized object data.
|
/// A <see cref="SerializationInfo"/> that contains the serialized object data.
|
||||||
@ -111,7 +111,7 @@ namespace WebSocketSharp.Net
|
|||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the value that identifies the error that occurred.
|
/// Gets the error code that identifies the error that occurred.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// An <see cref="int"/> that identifies the error.
|
/// An <see cref="int"/> that identifies the error.
|
||||||
|
Loading…
Reference in New Issue
Block a user