Share via


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
System_CAPS_protmethod 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.

System_CAPS_protmethod 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.

System_CAPS_protmethod 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