Edit

Share via


MetricAggregationTypeNotSupportedException Constructors

Definition

Overloads

MetricAggregationTypeNotSupportedException(String)
MetricAggregationTypeNotSupportedException(SerializationInfo, StreamingContext)
MetricAggregationTypeNotSupportedException(String, Exception)

MetricAggregationTypeNotSupportedException(String)

public MetricAggregationTypeNotSupportedException (string message);
new Microsoft.TeamFoundation.Build.WebApi.MetricAggregationTypeNotSupportedException : string -> Microsoft.TeamFoundation.Build.WebApi.MetricAggregationTypeNotSupportedException
Public Sub New (message As String)

Parameters

message
String

Applies to

MetricAggregationTypeNotSupportedException(SerializationInfo, StreamingContext)

protected MetricAggregationTypeNotSupportedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.TeamFoundation.Build.WebApi.MetricAggregationTypeNotSupportedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.TeamFoundation.Build.WebApi.MetricAggregationTypeNotSupportedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

MetricAggregationTypeNotSupportedException(String, Exception)

public MetricAggregationTypeNotSupportedException (string message, Exception ex);
new Microsoft.TeamFoundation.Build.WebApi.MetricAggregationTypeNotSupportedException : string * Exception -> Microsoft.TeamFoundation.Build.WebApi.MetricAggregationTypeNotSupportedException
Public Sub New (message As String, ex As Exception)

Parameters

message
String

Applies to