ReportViewerException Constructor (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.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
protected ReportViewerException(
string message
)
protected:
ReportViewerException(
String^ message
)
new :
message:string -> ReportViewerException
Protected Sub New (
message As String
)
Parameters
message
Type: System.StringThe message that describes the error.
See Also
ReportViewerException Overload
ReportViewerException Class
Microsoft.Reporting.WinForms Namespace
Return to top