Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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.StringThe 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