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 | |
---|---|---|
BareMessage | (hérité de ConfigurationErrorsException.) | |
Data | (hérité de Exception.) | |
Errors | (hérité de ConfigurationErrorsException.) | |
Filename | (hérité de ConfigurationErrorsException.) | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Line | (hérité de ConfigurationErrorsException.) | |
Message | (hérité de ConfigurationErrorsException.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | (hérité de ConfigurationErrorsException.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
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.