NullTelemetryProducer.ITelemetryProducer.TrackException Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
void ITelemetryProducer.TrackException (Exception exception, System.Collections.Generic.IDictionary<string,string> properties, System.Collections.Generic.IDictionary<string,double> metrics);
abstract member Orleans.Runtime.ITelemetryProducer.TrackException : Exception * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
override this.Orleans.Runtime.ITelemetryProducer.TrackException : Exception * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
Sub TrackException (exception As Exception, properties As IDictionary(Of String, String), metrics As IDictionary(Of String, Double)) Implements ITelemetryProducer.TrackException
Parameters
- exception
- Exception
- properties
- IDictionary<String,String>
- metrics
- IDictionary<String,Double>