EmptyDropLocationRootException Constructor
Initializes a new instance of the EmptyDropLocationRootException class.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
Public Sub New ( _
definitionName As String _
)
public EmptyDropLocationRootException(
string definitionName
)
public:
EmptyDropLocationRootException(
String^ definitionName
)
new :
definitionName:string -> EmptyDropLocationRootException
public function EmptyDropLocationRootException(
definitionName : String
)
Parameters
- definitionName
Type: System.String
The name of the build definition that encountered this error.
.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
EmptyDropLocationRootException Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace