ReportRenderingException 构造函数 (ErrorCode, Exception, Boolean)

Creates a new instance of the ReportRenderingException class with the specified error code, inner exception, and flag indicating whether the exception is unexpected.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Sub New ( _
    errCode As ErrorCode, _
    innerException As Exception, _
    unexpected As Boolean _
)
用法
Dim errCode As ErrorCode 
Dim innerException As Exception 
Dim unexpected As Boolean 

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

参数

  • errCode
    类型:ErrorCode
    The error code for the exception.
  • unexpected
    类型:System.Boolean
    true to indicate that the exception is unexpected; otherwise, false.

请参阅

参考

ReportRenderingException 类

ReportRenderingException 重载

Microsoft.ReportingServices.OnDemandReportRendering 命名空间