Partager via


Constructeur ReportRenderingException (, Object[])

Creates a new instance of the ReportRenderingException class and format the error message with the specified arguments.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    errCode As ErrorCode, _
    ParamArray arguments As Object() _
)
'Utilisation
Dim errCode As ErrorCode
Dim arguments As Object()

Dim instance As New ReportRenderingException(errCode, _
    arguments)
public ReportRenderingException(
    ErrorCode errCode,
    params Object[] arguments
)
public:
ReportRenderingException(
    ErrorCode errCode, 
    ... array<Object^>^ arguments
)
new : 
        errCode:ErrorCode * 
        arguments:Object[] -> ReportRenderingException
public function ReportRenderingException(
    errCode : ErrorCode, 
    ... arguments : Object[]
)

Paramètres

  • errCode
    Type : ErrorCode
    The error code.