SqlExceptionFactory.Create Method (TeamFoundationRequestContext, SqlException)

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

Syntax

‘선언
Public Function Create ( _
    requestContext As TeamFoundationRequestContext, _
    sqlException As SqlException _
) As TeamFoundationServiceException
public TeamFoundationServiceException Create(
    TeamFoundationRequestContext requestContext,
    SqlException sqlException
)
public:
TeamFoundationServiceException^ Create(
    TeamFoundationRequestContext^ requestContext, 
    SqlException^ sqlException
)
member Create : 
        requestContext:TeamFoundationRequestContext * 
        sqlException:SqlException -> TeamFoundationServiceException 
public function Create(
    requestContext : TeamFoundationRequestContext, 
    sqlException : SqlException
) : TeamFoundationServiceException

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationServiceException

.NET Framework Security

See Also

Reference

SqlExceptionFactory Class

Create Overload

Microsoft.TeamFoundation.Framework.Server Namespace