ReportViewerException 构造函数 (String)

此 API 支持 基础结构,但不能通过代码直接使用。

此构造函数支持 .NET Framework 基础结构,但不适合直接在代码中使用。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.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
)

参数

请参阅

参考

ReportViewerException 类

ReportViewerException 重载

Microsoft.Reporting.WinForms 命名空间