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