CounterNotPopulatedException Constructor (TeamFoundationRequestContext, Int32, SqlException, SqlError)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
requestContext As TeamFoundationRequestContext, _
errorNumber As Integer, _
ex As SqlException, _
sqlError As SqlError _
)
public CounterNotPopulatedException(
TeamFoundationRequestContext requestContext,
int errorNumber,
SqlException ex,
SqlError sqlError
)
public:
CounterNotPopulatedException(
TeamFoundationRequestContext^ requestContext,
int errorNumber,
SqlException^ ex,
SqlError^ sqlError
)
new :
requestContext:TeamFoundationRequestContext *
errorNumber:int *
ex:SqlException *
sqlError:SqlError -> CounterNotPopulatedException
public function CounterNotPopulatedException(
requestContext : TeamFoundationRequestContext,
errorNumber : int,
ex : SqlException,
sqlError : SqlError
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- errorNumber
Type: System.Int32
- 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
CounterNotPopulatedException Class