Represents errors that occur while viewing a report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax
Visual Basic (Declaration)
Public MustInherit Class ReportViewerException
Inherits Exception
Dim instance As ReportViewerException
public abstract class ReportViewerException : Exception
public ref class ReportViewerException abstract : public Exception
public abstract class ReportViewerException extends Exception
public abstract class ReportViewerException extends Exception

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