SessionDisabledException-Klasse
Tritt auf, wenn die ASP.NET-Sitzung deaktiviert wurde.
Vererbungshierarchie
System.Object
System.Exception
System.SystemException
System.Configuration.ConfigurationException
System.Configuration.ConfigurationErrorsException
Microsoft.Reporting.WebForms.SessionDisabledException
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class SessionDisabledException _
Inherits ConfigurationErrorsException
'Usage
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
Der SessionDisabledException-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
BareMessage | (Geerbt von ConfigurationErrorsException.) | |
Data | (Geerbt von Exception.) | |
Errors | (Geerbt von ConfigurationErrorsException.) | |
Filename | (Geerbt von ConfigurationErrorsException.) | |
HelpLink | (Geerbt von Exception.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Line | (Geerbt von ConfigurationErrorsException.) | |
Message | (Geerbt von ConfigurationErrorsException.) | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | (Geerbt von ConfigurationErrorsException.) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.