Bearbeiten

Freigeben über


TaskGroupDisabledException Constructors

Definition

Overloads

TaskGroupDisabledException(String)

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

Parameters

message
String

Applies to

TaskGroupDisabledException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to