Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
    resource As String, _
    lockMode As TeamFoundationLockMode, _
    milliseconds As Integer _
)
public LockTimeoutException(
    string resource,
    TeamFoundationLockMode lockMode,
    int milliseconds
)
public:
LockTimeoutException(
    String^ resource, 
    TeamFoundationLockMode lockMode, 
    int milliseconds
)
new : 
        resource:string * 
        lockMode:TeamFoundationLockMode * 
        milliseconds:int -> LockTimeoutException
public function LockTimeoutException(
    resource : String, 
    lockMode : TeamFoundationLockMode, 
    milliseconds : int
)
Parameters
- resource
 Type: System.String
- milliseconds
 Type: System.Int32
.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.