AccessCheckException Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
identity As TeamFoundationIdentity, _
token As String, _
requestedPermissions As Integer, _
securityNamespaceId As Guid, _
message As String _
)
public AccessCheckException(
TeamFoundationIdentity identity,
string token,
int requestedPermissions,
Guid securityNamespaceId,
string message
)
public:
AccessCheckException(
TeamFoundationIdentity^ identity,
String^ token,
int requestedPermissions,
Guid securityNamespaceId,
String^ message
)
new :
identity:TeamFoundationIdentity *
token:string *
requestedPermissions:int *
securityNamespaceId:Guid *
message:string -> AccessCheckException
public function AccessCheckException(
identity : TeamFoundationIdentity,
token : String,
requestedPermissions : int,
securityNamespaceId : Guid,
message : String
)
Parameters
- token
Type: System.String
- requestedPermissions
Type: System.Int32
- securityNamespaceId
Type: System.Guid
- message
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.