共用方式為


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
)

參數