AspNetSessionExpiredException Class

Occurs when the ASP.NET session has expired.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class AspNetSessionExpiredException
    Inherits ReportViewerException
'Usage
Dim instance As AspNetSessionExpiredException
[SerializableAttribute] 
public sealed class AspNetSessionExpiredException : ReportViewerException
[SerializableAttribute] 
public ref class AspNetSessionExpiredException sealed : public ReportViewerException
/** @attribute SerializableAttribute() */ 
public final class AspNetSessionExpiredException extends ReportViewerException
SerializableAttribute 
public final class AspNetSessionExpiredException extends ReportViewerException

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Reporting.WebForms.ReportViewerException
      Microsoft.Reporting.WebForms.AspNetSessionExpiredException

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

AspNetSessionExpiredException Members
Microsoft.Reporting.WebForms Namespace