ReportViewerException Constructor
This API supports the product infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the ReportViewerException class.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Overload List
Name | Description | |
---|---|---|
ReportViewerException(SerializationInfo, StreamingContext) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ReportViewerException class with serialized data. |
|
ReportViewerException(String) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ReportViewerException class with error message. |
|
ReportViewerException(String, Exception) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ReportViewerException class with error message and inner exception. |
See Also
ReportViewerException Class
Microsoft.Reporting.WinForms Namespace
Return to top