LogStore.Delete(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime le magasin de journaux.
public:
static void Delete(System::String ^ path);
public static void Delete (string path);
static member Delete : string -> unit
Public Shared Sub Delete (path As String)
Paramètres
- path
- String
Chemin d’accès relatif ou absolu pour le fichier de base du magasin de journaux à supprimer.
Exceptions
path
a la valeur null
.
Le path
est une chaîne vide ("").
- ou -
path
contient l'espace blanc uniquement.
- ou -
Le path
contient un ou plusieurs caractères non valides.
Impossible de trouver le fichier.
Une erreur d'E/S se produit lors de l'ouverture du magasin de journaux.
L'accès pour le magasin de journaux spécifié est refusé par le système d'exploitation.