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