Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new BuildDefinitionNotFoundException isntance.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Sub New ( _
teamProject As String, _
name As String _
)
public BuildDefinitionNotFoundException(
string teamProject,
string name
)
public:
BuildDefinitionNotFoundException(
String^ teamProject,
String^ name
)
new :
teamProject:string *
name:string -> BuildDefinitionNotFoundException
public function BuildDefinitionNotFoundException(
teamProject : String,
name : String
)
Parameters
- teamProject
Type: System.String
The team project that was queried.
- name
Type: System.String
The name of the build definition that was not found.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.