ResourceAccessException Constructor (String, String, String)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Sub New ( _
identityName As String, _
permissionName As String, _
resourceName As String _
)
public ResourceAccessException(
string identityName,
string permissionName,
string resourceName
)
public:
ResourceAccessException(
String^ identityName,
String^ permissionName,
String^ resourceName
)
new :
identityName:string *
permissionName:string *
resourceName:string -> ResourceAccessException
public function ResourceAccessException(
identityName : String,
permissionName : String,
resourceName : String
)
Parameters
- identityName
Type: System.String
- permissionName
Type: System.String
- resourceName
Type: System.String
.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.