[Modify] It will be removed

This commit is contained in:
sta 2018-06-04 19:34:52 +09:00
parent 2dbc62df9c
commit ce10d87c27

View File

@ -399,6 +399,7 @@ namespace WebSocketSharp.Server
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// <paramref name="message"/> is an empty string. /// <paramref name="message"/> is an empty string.
/// </exception> /// </exception>
[Obsolete ("This method will be removed.")]
protected void Error (string message, Exception exception) protected void Error (string message, Exception exception)
{ {
if (message == null) if (message == null)