Edit

TaskAgentNotFoundException Constructors

Definition

Overloads

TaskAgentNotFoundException(String)

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

Parameters

message
String

Applies to

TaskAgentNotFoundException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to