ReportViewerHandlerNotRegisteredException Class

Occurs when the Web.config file does not have an HTTP handler entry.

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

Syntax

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

Remarks

Please see Web.config Settings for ReportViewer for more information.

Inheritance Hierarchy

System.Object
   System.Exception
     System.SystemException
       System.Configuration.ConfigurationException
         System.Configuration.ConfigurationErrorsException
          Microsoft.Reporting.WebForms.ReportViewerHandlerNotRegisteredException

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

ReportViewerHandlerNotRegisteredException Members
Microsoft.Reporting.WebForms Namespace