ProjectDoesNotExistException Constructor (TeamFoundationRequestContext, SqlException, SqlError)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
‘선언
Public Sub New ( _
requestContext As TeamFoundationRequestContext, _
ex As SqlException, _
sqlError As SqlError _
)
public ProjectDoesNotExistException(
TeamFoundationRequestContext requestContext,
SqlException ex,
SqlError sqlError
)
public:
ProjectDoesNotExistException(
TeamFoundationRequestContext^ requestContext,
SqlException^ ex,
SqlError^ sqlError
)
new :
requestContext:TeamFoundationRequestContext *
ex:SqlException *
sqlError:SqlError -> ProjectDoesNotExistException
public function ProjectDoesNotExistException(
requestContext : TeamFoundationRequestContext,
ex : SqlException,
sqlError : SqlError
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- ex
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.
See Also
Reference
ProjectDoesNotExistException Class