Share via


ServerException.ExtractLocalOrServerItem Method

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

Syntax

'宣言
Protected Shared Function ExtractLocalOrServerItem ( _
    error As SqlError, _
    key As String _
) As String
protected static string ExtractLocalOrServerItem(
    SqlError error,
    string key
)
protected:
static String^ ExtractLocalOrServerItem(
    SqlError^ error, 
    String^ key
)
static member ExtractLocalOrServerItem : 
        error:SqlError * 
        key:string -> string 
protected static function ExtractLocalOrServerItem(
    error : SqlError, 
    key : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

ServerException Class

Microsoft.TeamFoundation.VersionControl.Server Namespace