Message in Italian (Italiano)

Uno StreamWriter non è stato chiuso e tutti i dati memorizzati nel buffer all'interno di tale StreamWriter non sono stati trasferiti al flusso sottostante. Questa condizione è stata rilevata quando è stato finalizzato lo StreamWriter con i dati presenti nel buffer. Parte dei dati sono andati persi. Valutare la possibilità di chiamare Close() o Flush(), di impostare la proprietà AutoFlush di StreamWriter su true o di allocare lo StreamWriter con un'istruzione "using" per garantirne la rimozione. Tipo di flusso: <var>Type Name</var> Nome file: <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) French (Français) German (Deutsch) Prior (Message) Greek (Ελληνικά) Hebrew (עברית) Hungarian (magyar) 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) (中文(繁體))