Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.StringThe team project that was queried.
name
Type: System.StringThe 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.
See Also
Reference
BuildDefinitionNotFoundException Class