Error reporting (via email)

fix Hammock rest error handling
This commit is contained in:
2011-03-29 02:17:13 +03:00
parent 00f97e41d6
commit 7de756e3f0
42 changed files with 363 additions and 55 deletions
@@ -8,5 +8,6 @@ namespace MyFriendsAround.WP7.Service
public class PublishLocationEventArgs: EventArgs
{
public bool IsSuccess { get; set; }
public Exception Error { get; set; }
}
}