fixed exceptron file name in stacktrace.

This commit is contained in:
kay.one
2013-06-08 19:19:26 -07:00
parent c4badd72bd
commit 8467349305
2 changed files with 14 additions and 2 deletions

View File

@@ -21,5 +21,10 @@ namespace Exceptron.Client.Message
/// Class name for current frame
/// </summary>
public string c { get; set; }
/// <summary>
/// File name for current frame
/// </summary>
public string fn { get; set; }
}
}