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

Creates a new instance of the ReportRenderingException class.

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

语法

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

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

参数

  • unexpected
    类型:System.Boolean
    Whether the exception is expected.