Edit

Share via


TaskAgentJobNotFoundException Constructors

Definition

Overloads

TaskAgentJobNotFoundException(String)
TaskAgentJobNotFoundException(String, Exception)

TaskAgentJobNotFoundException(String)

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

Parameters

message
String

Applies to

TaskAgentJobNotFoundException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to