Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates a new instance of the ReportRenderingException class with the specified error code and arguments for formatting the error message.
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 for the exception.
- arguments
Type : array<System.Object[]
The arguments for formatting the error message.
Voir aussi
Référence
ReportRenderingException Classe
Surcharge ReportRenderingException
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering