From 8989cb8c4913700910d95c7ab30e3dd0b72df179 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 22 Aug 2014 22:01:18 +0900 Subject: [PATCH] Modified some xml doc comments in ErrorEventArgs.cs --- websocket-sharp/ErrorEventArgs.cs | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/ErrorEventArgs.cs b/websocket-sharp/ErrorEventArgs.cs index 5aee4f26..003d89d1 100644 --- a/websocket-sharp/ErrorEventArgs.cs +++ b/websocket-sharp/ErrorEventArgs.cs @@ -41,9 +41,18 @@ namespace WebSocketSharp /// Contains the event data associated with a event. /// /// - /// A event occurs when the gets an error. - /// If you would like to get the error message, you should access the - /// property. + /// + /// A event occurs when the gets + /// an error. + /// + /// + /// If you would like to get the error message, you should access + /// the property. + /// + /// + /// And if the error is due to an exception, you can get the + /// instance by accessing the property. + /// /// public class ErrorEventArgs : EventArgs { @@ -72,10 +81,10 @@ namespace WebSocketSharp #region Public Properties /// - /// Gets the exception that caused the error. + /// Gets the instance that caused the error. /// /// - /// A instance that represents the cause of the error, + /// An instance that represents the cause of the error, /// or if the error isn't due to an exception. /// public Exception Exception {