Exceptions are now being stored in mongo.

This commit is contained in:
kay.one
2012-03-29 18:35:35 -07:00
parent 34054f2178
commit e0470e12ca
29 changed files with 25855 additions and 16 deletions

View File

@@ -15,6 +15,11 @@ namespace NzbDrone.Common.Contract
[JsonProperty("s")]
public string String { get; set; }
[JsonProperty("xmessage")]
public string ExceptionMessage { get; set; }
[JsonProperty("stk")]
public string Stack { get; set; }
protected override Dictionary<string, string> GetString()
{