Partager via


Classe InvalidTemporaryStorageStreamException

Se produit lorsqu'un flux temporaire ne prend pas en charge la recherche, la lecture ou l'écriture.

Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class InvalidTemporaryStorageStreamException
    Inherits ConfigurationErrorsException
'Utilisation
Dim instance As InvalidTemporaryStorageStreamException
[SerializableAttribute] 
public sealed class InvalidTemporaryStorageStreamException : ConfigurationErrorsException
[SerializableAttribute] 
public ref class InvalidTemporaryStorageStreamException sealed : public ConfigurationErrorsException
/** @attribute SerializableAttribute() */ 
public final class InvalidTemporaryStorageStreamException extends ConfigurationErrorsException
SerializableAttribute 
public final class InvalidTemporaryStorageStreamException extends ConfigurationErrorsException

Remarques

Pour plus d'informations, consultez Web.config Settings for ReportViewer.

Hiérarchie d'héritage

System.Object
   System.Exception
     System.SystemException
       System.Configuration.ConfigurationException
         System.Configuration.ConfigurationErrorsException
          Microsoft.Reporting.WebForms.InvalidTemporaryStorageStreamException

Sécurité des threads

Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Il n'existe aucune garantie que les membres de l'instance soient thread-safe.

Voir aussi

Référence

Membres InvalidTemporaryStorageStreamException
Espace de noms Microsoft.Reporting.WebForms