EvaluateCheckInPoliciesException Constructor
Initializes a new instance of the EvaluateCheckInPoliciesException class.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
workspaceName As String _
)
public EvaluateCheckInPoliciesException(
string workspaceName
)
public:
EvaluateCheckInPoliciesException(
String^ workspaceName
)
new :
workspaceName:string -> EvaluateCheckInPoliciesException
public function EvaluateCheckInPoliciesException(
workspaceName : String
)
Parameters
workspaceName
Type: System.StringThe name of the workspace that was being evaluated when the error occured.
.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
EvaluateCheckInPoliciesException Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace