OnlyOneWorkspaceException-Konstruktor (Workspace, String, Exception)
Initialisiert eine neue OnlyOneWorkspaceExceptions-Instanz.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
workspace As Workspace, _
dirName As String, _
innerException As Exception _
)
public OnlyOneWorkspaceException(
Workspace workspace,
string dirName,
Exception innerException
)
Parameter
- workspace
Typ: Microsoft.TeamFoundation.VersionControl.Client.Workspace
Der Arbeitsbereich, der die Ausnahme ausgelöst hat.
- dirName
Typ: System.String
Das Verzeichnis, das den Arbeitsbereich enthält.
- innerException
Typ: System.Exception
Die Ausnahme, die diese Ausnahme verursachte.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
OnlyOneWorkspaceException Klasse