BuildControllerUpdateException Constructor
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Sub New ( _
property As String, _
controllerName As String _
)
public BuildControllerUpdateException(
string property,
string controllerName
)
public:
BuildControllerUpdateException(
String^ property,
String^ controllerName
)
new :
property:string *
controllerName:string -> BuildControllerUpdateException
public function BuildControllerUpdateException(
property : String,
controllerName : String
)
Parameters
- property
Type: System.String
- controllerName
Type: System.String
.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.