ReportRenderingException Constructor (, String, Boolean)

Creates a new instance of the ReportRenderingException class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Sub New ( _
    errCode As ErrorCode, _
    message As String, _
    unexpected As Boolean _
)
'Usage
Dim errCode As ErrorCode
Dim message As String
Dim unexpected As Boolean

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

Parameters

  • errCode
    Type: ErrorCode
    The error code.