Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.StringThe message string that describes the error.
ex
Type: System.ExceptionThe 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