NullTelemetryProducer.ITelemetryProducer.TrackException Method

Definition

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>

Implements

Applies to