C# Класс Amazon.Runtime.Internal.Util.MetricError

Показать файл Открыть проект

Открытые методы

Метод Описание
MetricError ( Metric metric, Exception exception, string messageFormat ) : System
MetricError ( Metric metric, string messageFormat ) : System

Описание методов

MetricError() публичный метод

public MetricError ( Metric metric, Exception exception, string messageFormat ) : System
metric Metric
exception System.Exception
messageFormat string
Результат System

MetricError() публичный метод

public MetricError ( Metric metric, string messageFormat ) : System
metric Metric
messageFormat string
Результат System