NullTelemetryProducer.ITelemetryProducer.TrackException メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
- metrics
- IDictionary<String,Double>