ResourceAccessException Constructor (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 _
)
public ResourceAccessException(
string identityName,
string permissionName
)
public:
ResourceAccessException(
String^ identityName,
String^ permissionName
)
new :
identityName:string *
permissionName:string -> ResourceAccessException
public function ResourceAccessException(
identityName : String,
permissionName : String
)
Parameters
- identityName
Type: System.String
- permissionName
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.