Message in French (Français)

Un StreamWriter n'était pas fermé et toutes les données mises en mémoire tampon au sein de ce StreamWriter n'ont pas été vidées vers le flux sous-jacent. (Cela a été détecté lorsque le StreamWriter a été finalisé avec des données dans sa mémoire tampon). Une partie des données ont été perdues. Envisagez d'appeler Close(), Flush(), d'attribuer la valeur true à la propriété AutoFlush du StreamWriter ou d'allouer une instruction "using" au StreamWriter. Type de flux : <var>Type Name</var> Nom de fichier : <var>X</var>

Unlocalized message

A StreamWriter was not closed and all buffered data within that StreamWriter was not flushed to the underlying stream. (This was detected when the StreamWriter was finalized with data in its buffer.) A portion of the data was lost. Consider one of calling Close(), Flush(), setting the StreamWriter's AutoFlush property to true, or allocating the StreamWriter with a "using" statement. Stream type: <var>Type Name</var> File name: <var>X</var> Allocated from:<var>Y</var>

Search by Google
Available localized messages
Arabic (العربية) Chinese (Simplified) (中文(简体)) Chinese (Traditional) (中文(繁體)) Czech (Čeština) Danish (Dansk) Dutch (Nederlands) Finnish (suomi) German (Deutsch) Greek (Ελληνικά) Prior (Message) Hebrew (עברית) Hungarian (magyar) Italian (Italiano) Japanese (日本語) Korean (한국어) Norwegian (Bokmal) (Norsk (Bokmål)) Polish (Polski) Portuguese (Brazil) (Português (Brasil)) Next (Message) Portuguese (Portugal) (Português (Portugal)) Russian (Русский) Spanish (Español) Swedish (Svenska) Turkish (Türkçe) Chinese (Simplified) (中文(简体)) Chinese (Traditional) (中文(繁體))