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 {