Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a new instance of the ReportRenderingException class with the specified inner exception.
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
)
Parameter
- innerException
Typ: System.Exception
An Exception object that is the cause of the current exception.
Siehe auch
Verweis
ReportRenderingException Klasse
ReportRenderingException-Überladung
Microsoft.ReportingServices.OnDemandReportRendering-Namespace