Bearbeiten

Freigeben über


TaskAgentCloudRequestNotFoundException Constructors

Definition

Overloads

TaskAgentCloudRequestNotFoundException(String)

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

Parameters

message
String

Applies to

TaskAgentCloudRequestNotFoundException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

TaskAgentCloudRequestNotFoundException(String, Exception)

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

Parameters

message
String

Applies to