共用方式為


ReportRenderingException 建構函式 (ErrorCode)

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Sub New ( _
    errCode As ErrorCode _
)
'用途
Dim errCode As ErrorCode 

Dim instance As New ReportRenderingException(errCode)
public ReportRenderingException(
    ErrorCode errCode
)
public:
ReportRenderingException(
    ErrorCode errCode
)
new : 
        errCode:ErrorCode -> ReportRenderingException
public function ReportRenderingException(
    errCode : ErrorCode
)

參數

  • errCode
    型別:ErrorCode
    The error code for the exception.

請參閱

參考

ReportRenderingException 類別

ReportRenderingException 多載

Microsoft.ReportingServices.OnDemandReportRendering 命名空間