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 inner exception.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub New ( _
innerException As Exception _
)
'Utilisation
Dim innerException As Exception
Dim instance As New ReportRenderingException(innerException)
public ReportRenderingException(
Exception innerException
)
public:
ReportRenderingException(
Exception^ innerException
)
new :
innerException:Exception -> ReportRenderingException
public function ReportRenderingException(
innerException : Exception
)
Paramètres
- innerException
Type : System.Exception
An Exception object that is the cause of the current exception.
Voir aussi
Référence
ReportRenderingException Classe
Surcharge ReportRenderingException
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering