次の方法で共有


InvalidMeterNameException クラス

定義

無効または不適切な形式の測定名が指定されたことを示します。 詳細については、https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#instrument を参照してください。

public class InvalidMeterNameException : FormatException
type InvalidMeterNameException = class
    inherit FormatException
Public Class InvalidMeterNameException
Inherits FormatException
継承
InvalidMeterNameException

コンストラクター

InvalidMeterNameException()

無効または不適切な形式の測定名が指定されたことを示します。 詳細については、https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#instrument を参照してください。

適用対象