LabelNotFoundException Constructor

Initializes a new instance of the LabelNotFoundException class.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Sub New ( _
    label As String _
)
public LabelNotFoundException(
    string label
)
public:
LabelNotFoundException(
    String^ label
)
new : 
        label:string -> LabelNotFoundException
public function LabelNotFoundException(
    label : String
)

Parameters

.NET Framework Security

See Also

Reference

LabelNotFoundException Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace