Bearbeiten

TaskIdsDoNotMatchException Constructors

Definition

Overloads

TaskIdsDoNotMatchException(String)

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

Parameters

message
String

Applies to

TaskIdsDoNotMatchException(String, Exception)

public TaskIdsDoNotMatchException(string message, Exception innerException);
new Microsoft.TeamFoundation.DistributedTask.WebApi.TaskIdsDoNotMatchException : string * Exception -> Microsoft.TeamFoundation.DistributedTask.WebApi.TaskIdsDoNotMatchException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to