Update jsonrpc4net
[CSharpForFun/.git] / jsonrpc4net / jsonrpc4net / JsonRpcClientException.cs
index 4adc5c1..ace73fb 100644 (file)
@@ -3,6 +3,9 @@ using System;
 
 namespace GumartinM.JsonRPC4NET
 {
+       /// <summary>
+       /// Json rpc client exception.
+       /// </summary>
     public class JsonRpcClientException : System.Exception
     {
         /// <summary>
@@ -16,7 +19,7 @@ namespace GumartinM.JsonRPC4NET
         private readonly JToken _data;
 
         /// <summary>
-        /// Initializes a new instance of the <see cref="Example.RemoteAgents.GTKLinux.Model.JsonRpcClientException"/> class.
+               /// Initializes a new instance of the <see cref="GumartinM.JsonRPC4NET.JsonRpcClientException"/> class.
         /// </summary>
         /// <param name="code">Code.</param>
         /// <param name="message">Message.</param>