Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
    requestContext As TeamFoundationRequestContext, _
    sqlException As SqlException, _
    sqlError As SqlError _
)
public TagException(
    TeamFoundationRequestContext requestContext,
    SqlException sqlException,
    SqlError sqlError
)
public:
TagException(
    TeamFoundationRequestContext^ requestContext, 
    SqlException^ sqlException, 
    SqlError^ sqlError
)
new : 
        requestContext:TeamFoundationRequestContext * 
        sqlException:SqlException * 
        sqlError:SqlError -> TagException
public function TagException(
    requestContext : TeamFoundationRequestContext, 
    sqlException : SqlException, 
    sqlError : SqlError
)
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- sqlException
 Type: System.Data.SqlClient.SqlException
- sqlError
 Type: System.Data.SqlClient.SqlError
.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.