NotPermittedForLocalWorkspaceException Constructor (String, Exception)

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

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

NotPermittedForLocalWorkspaceException Class

NotPermittedForLocalWorkspaceException Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace