Costruttore ReportRenderingException (Exception)
Creates a new instance of the ReportRenderingException class.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
innerException As Exception _
)
'Utilizzo
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
)
Parametri
- innerException
Tipo: System. . :: . .Exception
An Exception object.