'Declaration
<EventMetricValueAttribute("exception", SummaryFunction.Count, "", Caption="Exception", Description="The exception, if any, thrown at the completion of the routine")> <JsonIgnoreAttribute()> Public Property Exception As Exception
[EventMetricValue("exception", SummaryFunction.Count, "", Caption="Exception", Description="The exception, if any, thrown at the completion of the routine")] [JsonIgnore()] public Exception Exception {get; set;}