-
Notifications
You must be signed in to change notification settings - Fork 293
Closed
Description
Can we please change TelemetryConfigurationFactory to include the property name when it fails to parse a value from the configuration file.
Actual Exception:
System.FormatException: 'Input string was not in a correct format.'
Expected Exception:
Exception: Failed to parse 'MaxTransmissionBufferCapacity' Reason: 'Input string was not in a correct format'
Inner Exception: System.FormatException: 'Input string was not in a correct format.'
cijothomas