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.
Initializes a new instance of the CheckoutLocksDisabledException class with error message and inner exception.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
    message As String, _
    ex As Exception _
)
public CheckoutLocksDisabledException(
    string message,
    Exception ex
)
public:
CheckoutLocksDisabledException(
    String^ message, 
    Exception^ ex
)
new : 
        message:string * 
        ex:Exception -> CheckoutLocksDisabledException
public function CheckoutLocksDisabledException(
    message : String, 
    ex : Exception
)
Parameters
- message 
 Type: System.String- The message string that describes the error. 
- ex 
 Type: System.Exception- The inner exception that is the cause of the current exception. 
.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
CheckoutLocksDisabledException Class