[Modify] Polish it
This commit is contained in:
parent
5cc462ac25
commit
e38c614906
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The MIT License
|
* The MIT License
|
||||||
*
|
*
|
||||||
* Copyright (c) 2012-2014 sta.blockhead
|
* Copyright (c) 2012-2015 sta.blockhead
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -38,7 +38,7 @@ using System;
|
|||||||
namespace WebSocketSharp
|
namespace WebSocketSharp
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Contains the event data associated with a <see cref="WebSocket.OnError"/> event.
|
/// Represents the event data for the <see cref="WebSocket.OnError"/> event.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
@ -50,8 +50,8 @@ namespace WebSocketSharp
|
|||||||
/// the <see cref="ErrorEventArgs.Message"/> property.
|
/// the <see cref="ErrorEventArgs.Message"/> property.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// And if the error is due to an exception, you can get the <see cref="System.Exception"/>
|
/// And if the error is due to an exception, you can get the exception by accessing
|
||||||
/// instance by accessing the <see cref="ErrorEventArgs.Exception"/> property.
|
/// the <see cref="ErrorEventArgs.Exception"/> property.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public class ErrorEventArgs : EventArgs
|
public class ErrorEventArgs : EventArgs
|
||||||
@ -81,7 +81,7 @@ namespace WebSocketSharp
|
|||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the <see cref="System.Exception"/> instance that caused the error.
|
/// Gets the exception that caused the error.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// An <see cref="System.Exception"/> instance that represents the cause of the error,
|
/// An <see cref="System.Exception"/> instance that represents the cause of the error,
|
||||||
|
Loading…
Reference in New Issue
Block a user