共用方式為


NullTelemetryProducer.ITelemetryProducer.TrackException 方法

定義

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

參數

exception
Exception
properties
IDictionary<String,String>

實作

適用於