Partager via


CustomAssemblyPathNotFoundException, constructeur (String, Exception)

Initialise une nouvelle instance de CustomAssemblyPathNotFoundException.

Espace de noms :  Microsoft.TeamFoundation.Build.Client
Assembly :  Microsoft.TeamFoundation.Build.Client (dans Microsoft.TeamFoundation.Build.Client.dll)

Syntaxe

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

Paramètres

  • folderPath
    Type : System.String
    Le chemin d'accès au dossier qui n'est pas contenu l'assembly personnalisé.
  • innerException
    Type : System.Exception
    Exception qui est la cause de cette exception.

Sécurité .NET Framework

Voir aussi

Référence

CustomAssemblyPathNotFoundException Classe

CustomAssemblyPathNotFoundException, surcharge

Microsoft.TeamFoundation.Build.Client, espace de noms