Class MetricError
- Namespace
- Amazon.Runtime.Internal.Util
- Assembly
- AWSSDK.Core.dll
- Inheritance
-
MetricError
- Inherited Members
-
Constructors
MetricError(Metric, Exception, string, params object[])
public MetricError(Metric metric, Exception exception, string messageFormat, params object[] args)
Parameters
metric Metric
exception Exception
messageFormat string
args object[]
MetricError(Metric, string, params object[])
public MetricError(Metric metric, string messageFormat, params object[] args)
Parameters
metric Metric
messageFormat string
args object[]
Properties
Exception
public Exception Exception { get; }
Property Value
- Exception
Message
public string Message { get; }
Property Value
- string
Metric
public Metric Metric { get; }
Property Value
- Metric
Time
public DateTime Time { get; }
Property Value
- DateTime