LocalProcessingException Class

Represents errors that occur while viewing a locally processed report.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Reporting.WinForms.ReportViewerException
      Microsoft.Reporting.WinForms.LocalProcessingException

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

LocalProcessingException Members
Microsoft.Reporting.WinForms Namespace