From f18bc58b061e1cdf05490d790dbb258fc30eccf1 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 28 Nov 2014 12:18:04 +0900 Subject: [PATCH] Modified a few for 'WebSocket.OnError Event' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c97836b6..5ea68c15 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ ws.OnError += (sender, e) => { `e.Message` property returns a `string` that represents the error message. -If the error is due to an exception, you can get a `System.Exception` instance that caused the error, by using `e.Exception` property. +If the error is due to an exception, `e.Exception` property returns a `System.Exception` instance that caused the error. ##### WebSocket.OnClose Event #####