ReportRenderingException 构造函数 (String)

Creates a new instance of the ReportRenderingException class with the specified error message.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Sub New ( _
    message As String _
)
用法
Dim message As String 

Dim instance As New ReportRenderingException(message)
public ReportRenderingException(
    string message
)
public:
ReportRenderingException(
    String^ message
)
new : 
        message:string -> ReportRenderingException
public function ReportRenderingException(
    message : String
)

参数

  • message
    类型:System.String
    The error message for the exception.

请参阅

参考

ReportRenderingException 类

ReportRenderingException 重载

Microsoft.ReportingServices.OnDemandReportRendering 命名空间