Occurs when the ASP.NET session has expired.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class AspNetSessionExpiredException
Inherits ReportViewerException
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

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