共用方式為


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 命名空間