Partager via


Classe MissingReportServerConnectionInformationException

Se produit lorsque l'état de la session n'est pas activé et qu'un objet implémentant l'interface IReportServerConnection n'est pas fourni par le fichier Web.config.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class MissingReportServerConnectionInformationException _
    Inherits ConfigurationErrorsException
'Utilisation
Dim instance As MissingReportServerConnectionInformationException
[SerializableAttribute]
public sealed class MissingReportServerConnectionInformationException : ConfigurationErrorsException
[SerializableAttribute]
public ref class MissingReportServerConnectionInformationException sealed : public ConfigurationErrorsException
[<SealedAttribute>]
[<SerializableAttribute>]
type MissingReportServerConnectionInformationException =  
    class
        inherit ConfigurationErrorsException
    end
public final class MissingReportServerConnectionInformationException extends ConfigurationErrorsException

Le type MissingReportServerConnectionInformationException expose les membres suivants.

Propriétés

  Nom Description
Propriété publique BareMessage (hérité de ConfigurationErrorsException.)
Propriété publique Data (hérité de Exception.)
Propriété publique Errors (hérité de ConfigurationErrorsException.)
Propriété publique Filename (hérité de ConfigurationErrorsException.)
Propriété publique HelpLink (hérité de Exception.)
Propriété protégée HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Line (hérité de ConfigurationErrorsException.)
Propriété publique Message (hérité de ConfigurationErrorsException.)
Propriété publique Source (hérité de Exception.)
Propriété publique StackTrace (hérité de Exception.)
Propriété publique TargetSite (hérité de Exception.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetBaseException (hérité de Exception.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetObjectData (hérité de ConfigurationErrorsException.)
Méthode publique GetType (hérité de Exception.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Exception.)

Haut de la page

Notes

Pour plus d'informations, consultez Paramètres Web.config pour ReportViewer.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.Reporting.WebForms