Costruttore CustomAssemblyPathNotFoundException (String)
Inizializza una nuova istanza di CustomAssemblyPathNotFoundException.
Spazio dei nomi: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
folderPath As String _
)
public CustomAssemblyPathNotFoundException(
string folderPath
)
Parametri
- folderPath
Tipo: System.String
Il percorso della cartella che non contiene l'assembly personalizzato.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
CustomAssemblyPathNotFoundException Classe