Edit

TeamProjectNotFoundException Constructors

Definition

Overloads

TeamProjectNotFoundException(String)

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

Parameters

message
String

Applies to

TeamProjectNotFoundException(String, Exception)

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

Parameters

message
String

Applies to