ReportRenderingException Constructor (Exception)

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 ( _
    innerException As Exception _
)
'Usage
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
)

Parameters