ReportViewerException 构造函数 (String)

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

使用错误消息初始化 ReportViewerException 类的新实例。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
Protected Sub New ( _
    message As String _
)
protected ReportViewerException(
    string message
)
protected:
ReportViewerException(
    String^ message
)
new : 
        message:string -> ReportViewerException
protected function ReportViewerException(
    message : String
)

参数

  • message
    类型:String
    描述错误的消息。

请参阅

参考

ReportViewerException 类

ReportViewerException 重载

Microsoft.Reporting.WebForms 命名空间