示例#1
0
 public void ResponseWithError()
 {
     try
     {
         var r = GSResponse.ResponseWithError(new NSError(new NSString("123"), 1));
     }
     catch (Exception e)
     {
         Assert.Fail(e.Message);
     }
     Assert.Pass();
 }