From 49422f4fbaa310454f2b44f4549c6914a36ebb00 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 28 Sep 2016 14:41:10 +0900 Subject: [PATCH] [Modify] Edit it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da1b3411..ecb34fa4 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ ws.OnError += (sender, e) => { }; ``` -`e` is passed as a `WebSocketSharp.ErrorEventArgs` instance. +A `WebSocketSharp.ErrorEventArgs` instance is passed as `e`. If you would like to get the error message, you should access `e.Message` property.