Конструктор ReportRenderingException (Exception)
Creates a new instance of the ReportRenderingException class with the specified inner exception.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Sub New ( _
innerException As Exception _
)
'Применение
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
)
Параметры
- innerException
Тип: System.Exception
An Exception object that is the cause of the current exception.
См. также
Справочник
ReportRenderingException Класс
Перегрузка ReportRenderingException
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering