Message in Czech (Čeština)

Objekt StreamWriter nebyl uzavřen a data uložená ve vyrovnávací paměti objektu StreamWriter nebyla zapsána do základního datového proudu. (Tato situace byla zjištěna při finalizaci objektu StreamWriter s daty ve vyrovnávací paměti.) Část dat byla ztracena. Zkuste použít některé z následujících řešení: volání funkce Close(), Flush(), nastavení vlastnosti AutoFlush objektu StreamWriter na hodnotu true přidělení objektu StreamWriter pomocí příkazu using. Typ datového proudu: <var>Type Name</var> Název souboru: <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) (中文(繁體)) Danish (Dansk) Dutch (Nederlands) Finnish (suomi) French (Français) 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) (中文(繁體))