Partager via


Constructeur ReportRenderingException (Exception)

Creates a new instance of the ReportRenderingException class.

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