Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This constructor is provided for system use only. Do not invoke directly from user code.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
requestContext As TeamFoundationRequestContext, _
ex As SqlException, _
error As SqlError _
)
public MessageQueueNotFoundException(
TeamFoundationRequestContext requestContext,
SqlException ex,
SqlError error
)
public:
MessageQueueNotFoundException(
TeamFoundationRequestContext^ requestContext,
SqlException^ ex,
SqlError^ error
)
new :
requestContext:TeamFoundationRequestContext *
ex:SqlException *
error:SqlError -> MessageQueueNotFoundException
public function MessageQueueNotFoundException(
requestContext : TeamFoundationRequestContext,
ex : SqlException,
error : SqlError
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- ex
Type: System.Data.SqlClient.SqlException
- error
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
MessageQueueNotFoundException Class