ResourceAccessException Constructor (String, String, String, String)

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

Syntax

'Declaration
Public Sub New ( _
    customExceptionMessage As String, _
    identityName As String, _
    permissionName As String, _
    resourceName As String _
)
public ResourceAccessException(
    string customExceptionMessage,
    string identityName,
    string permissionName,
    string resourceName
)
public:
ResourceAccessException(
    String^ customExceptionMessage, 
    String^ identityName, 
    String^ permissionName, 
    String^ resourceName
)
new : 
        customExceptionMessage:string * 
        identityName:string * 
        permissionName:string * 
        resourceName:string -> ResourceAccessException
public function ResourceAccessException(
    customExceptionMessage : String, 
    identityName : String, 
    permissionName : String, 
    resourceName : String
)

Parameters

.NET Framework Security

See Also

Reference

ResourceAccessException Class

ResourceAccessException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace