Represents the exception that occurs when a parameter expected by the report has not been supplied.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax
Visual Basic (Declaration)
Public NotInheritable Class MissingParameterException
Inherits ReportViewerException
Dim instance As MissingParameterException
public sealed class MissingParameterException : ReportViewerException
public ref class MissingParameterException sealed : public ReportViewerException
public final class MissingParameterException extends ReportViewerException
public final class MissingParameterException 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