MissingParameterException Class
Represents the exception that occurs when a parameter expected by the report has not been supplied.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class MissingParameterException
Inherits ReportViewerException
'Usage
Dim instance As MissingParameterException
[SerializableAttribute]
public sealed class MissingParameterException : ReportViewerException
[SerializableAttribute]
public ref class MissingParameterException sealed : public ReportViewerException
/** @attribute SerializableAttribute() */
public final class MissingParameterException extends ReportViewerException
SerializableAttribute
public final class MissingParameterException extends ReportViewerException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Reporting.WebForms.ReportViewerException
Microsoft.Reporting.WebForms.MissingParameterException
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
MissingParameterException Members
Microsoft.Reporting.WebForms Namespace