[Modify] Edit it
This commit is contained in:
parent
ee7750ec8b
commit
6009876182
@ -42,15 +42,14 @@ namespace WebSocketSharp
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// A <see cref="WebSocket.OnError"/> event occurs when the <see cref="WebSocket"/> gets
|
/// That event occurs when the <see cref="WebSocket"/> gets an error.
|
||||||
/// an error.
|
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// If you would like to get the error message, you should access
|
/// If you would like to get the error message, you should access
|
||||||
/// 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 exception by accessing
|
/// And if the error is due to an exception, you can get it by accessing
|
||||||
/// the <see cref="ErrorEventArgs.Exception"/> property.
|
/// the <see cref="ErrorEventArgs.Exception"/> property.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
@ -84,8 +83,8 @@ namespace WebSocketSharp
|
|||||||
/// Gets the exception 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
|
||||||
/// or <see langword="null"/> if the error isn't due to an exception.
|
/// the error, or <see langword="null"/> if it is not due to an exception.
|
||||||
/// </value>
|
/// </value>
|
||||||
public Exception Exception {
|
public Exception Exception {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user