Freigeben über


CustomAssemblyPathNotFoundException-Konstruktor (String, Exception)

Initialisiert eine neue CustomAssemblyPathNotFoundExceptions-Instanz.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    folderPath As String, _
    innerException As Exception _
)
public CustomAssemblyPathNotFoundException(
    string folderPath,
    Exception innerException
)

Parameter

  • folderPath
    Typ: System.String
    Der Ordnerpfad, der nicht die benutzerdefinierte Assembly enthält.
  • innerException
    Typ: System.Exception
    Die Ausnahme, die diese Ausnahme verursachte.

.NET Framework-Sicherheit

Siehe auch

Referenz

CustomAssemblyPathNotFoundException Klasse

CustomAssemblyPathNotFoundException-Überladung

Microsoft.TeamFoundation.Build.Client-Namespace