|
|
|
@ -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)
|
|
|
|
|