We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbcfb6 commit f0eac80Copy full SHA for f0eac80
src/Common/Commands.Common/MetricHelper.cs
@@ -231,8 +231,8 @@ private void LogExceptionEvent(AzurePSQoSEvent qos)
231
//keep goin till we get to the last inner exception
232
while (innerEx != null)
233
{
234
- //Increment the inner exception count so that we can tell which is the outermmost
235
- //n which the innermost
+ //Increment the inner exception count so that we can tell which is the outermost
+ //and which the innermost
236
eventProperties.Add("InnerExceptionType-"+exceptionCount++, innerEx.GetType().ToString());
237
innerEx = innerEx.InnerException;
238
}
0 commit comments