Inheritance: System.ApplicationException
Example #1
0
 public RPCResponse(JToken id, RPCError error)
 {
     this.Id    = id;
     this.Error = error;
 }
Example #2
0
 public RPCResponse(JToken id, RPCError error)
 {
     this.Id = id;
       this.Error = error;
 }