NotPermittedForLocalWorkspaceException Constructor (String)

Initializes a new instance of the NotPermittedForLocalWorkspaceException class with the specified message.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

NotPermittedForLocalWorkspaceException Class

NotPermittedForLocalWorkspaceException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace