SessionDisabledException Class
Occurs when the ASP.NET session has been disabled.
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
/** @attribute SerializableAttribute() */
public final class SessionDisabledException extends ConfigurationErrorsException
SerializableAttribute
public final class SessionDisabledException extends ConfigurationErrorsException
Inheritance Hierarchy
System.Object
System.Exception
System.SystemException
System.Configuration.ConfigurationException
System.Configuration.ConfigurationErrorsException
Microsoft.Reporting.WebForms.SessionDisabledException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
SessionDisabledException Members
Microsoft.Reporting.WebForms Namespace