共用方式為


ReportRenderingException 建構函式 (, Exception)

Creates a new instance of the ReportRenderingException class.

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

語法

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

Dim instance As New ReportRenderingException(errCode, _
    innerException)
public ReportRenderingException(
    ErrorCode errCode,
    Exception innerException
)
public:
ReportRenderingException(
    ErrorCode errCode, 
    Exception^ innerException
)
new : 
        errCode:ErrorCode * 
        innerException:Exception -> ReportRenderingException
public function ReportRenderingException(
    errCode : ErrorCode, 
    innerException : Exception
)

參數

  • errCode
    型別:ErrorCode
    The error code.