Construtor ReportRenderingException (Exception)
Creates a new instance of the ReportRenderingException class with the specified inner exception.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Sub New ( _
innerException As Exception _
)
'Uso
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
)
Parâmetros
- innerException
Tipo: System.Exception
An Exception object that is the cause of the current exception.
Consulte também
Referência
ReportRenderingException Classe
Sobrecarregado ReportRenderingException
Namespace Microsoft.ReportingServices.OnDemandReportRendering