ServerException.ExtractIdentityName Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Protected Shared Function ExtractIdentityName ( _
requestContext As TeamFoundationRequestContext, _
error As SqlError, _
key As String _
) As String
protected static string ExtractIdentityName(
TeamFoundationRequestContext requestContext,
SqlError error,
string key
)
protected:
static String^ ExtractIdentityName(
TeamFoundationRequestContext^ requestContext,
SqlError^ error,
String^ key
)
static member ExtractIdentityName :
requestContext:TeamFoundationRequestContext *
error:SqlError *
key:string -> string
protected static function ExtractIdentityName(
requestContext : TeamFoundationRequestContext,
error : SqlError,
key : String
) : String
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- error
Type: System.Data.SqlClient.SqlError
- key
Type: System.String
Return Value
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.