Classe SessionDisabledException
Se produit lorsqu'une session ASP.NET a été désactivée.
Hiérarchie d'héritage
System.Object
System.Exception
System.SystemException
System.Configuration.ConfigurationException
System.Configuration.ConfigurationErrorsException
Microsoft.Reporting.WebForms.SessionDisabledException
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class SessionDisabledException _
Inherits ConfigurationErrorsException
'Utilisation
Dim instance As SessionDisabledException
[SerializableAttribute]
public sealed class SessionDisabledException : ConfigurationErrorsException
[SerializableAttribute]
public ref class SessionDisabledException sealed : public ConfigurationErrorsException
[<SealedAttribute>]
[<SerializableAttribute>]
type SessionDisabledException =
class
inherit ConfigurationErrorsException
end
public final class SessionDisabledException extends ConfigurationErrorsException
Le type SessionDisabledException 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
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.