此 API 支持 基础结构,但不能通过代码直接使用。
此构造函数支持 .NET Framework 基础结构,但不适合直接在代码中使用。
命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Protected Sub New ( _
    message As String _
)
用法
Dim message As String
Dim instance As New ReportViewerException(message)
protected ReportViewerException(
    string message
)
protected:
ReportViewerException(
    String^ message
)
new : 
        message:string -> ReportViewerException
protected function ReportViewerException(
    message : String
)
参数
- message
 类型:System.String