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