UnableToLoadLocalPropertiesTableException-Konstruktor
Initialisiert eine neue Instanz der [UnableToLoadLocalPropertiesTableException]-Klasse.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
workspaceSpec As String, _
innerException As Exception _
)
public UnableToLoadLocalPropertiesTableException(
string workspaceSpec,
Exception innerException
)
Parameter
- workspaceSpec
Typ: System.String
Die Arbeitsbereichsspezifikationen.
- innerException
Typ: System.Exception
Die innere Ausnahme.
.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.