ReportRenderingException 构造函数 (String)

Creates a new instance of the ReportRenderingException class.

命名空间:  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
)

参数