From 26567a53d38e158676f7564fbdd1fa588d78ea70 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 6 May 2018 19:54:58 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketBehavior.cs | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 43fe9d29..3019e32c 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -384,19 +384,21 @@ namespace WebSocketSharp.Server #region Protected Methods /// - /// Calls the method with the specified and - /// . + /// Calls the method with the specified message. /// - /// - /// This method doesn't call the method if is - /// or empty. - /// /// /// A that represents the error message. /// /// - /// An instance that represents the cause of the error if any. + /// An instance that represents the cause of + /// the error if present. /// + /// + /// is . + /// + /// + /// is an empty string. + /// protected void Error (string message, Exception exception) { if (message == null)