Guest User

Untitled

a guest
Jan 24th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. try
  2. {
  3. await faceServiceClient.DeletePersonGroupAsync(_groupId);
  4. }
  5. catch (Microsoft.ProjectOxford.Common.ClientException exC)
  6. {
  7.  
  8. }
  9. catch (FaceAPIException ex)
  10. {
  11.  
  12. }
Add Comment
Please, Sign In to add comment