C# Class Amazon.Runtime.Internal.Util.MetricError

Mostrar archivo Open project: scopely/aws-sdk-net

Public Methods

Method Description
MetricError ( Metric metric, Exception exception, string messageFormat ) : System
MetricError ( Metric metric, string messageFormat ) : System

Method Details

MetricError() public method

public MetricError ( Metric metric, Exception exception, string messageFormat ) : System
metric Metric
exception System.Exception
messageFormat string
return System

MetricError() public method

public MetricError ( Metric metric, string messageFormat ) : System
metric Metric
messageFormat string
return System