Конструктор ReportRenderingException (ErrorCode, array<Object )
Creates a new instance of the ReportRenderingException class with the specified error code and arguments for formatting the error message.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Sub New ( _
errCode As ErrorCode, _
ParamArray arguments As Object() _
)
'Применение
Dim errCode As ErrorCode
Dim arguments As Object()
Dim instance As New ReportRenderingException(errCode, _
arguments)
public ReportRenderingException(
ErrorCode errCode,
params Object[] arguments
)
public:
ReportRenderingException(
ErrorCode errCode,
... array<Object^>^ arguments
)
new :
errCode:ErrorCode *
arguments:Object[] -> ReportRenderingException
public function ReportRenderingException(
errCode : ErrorCode,
... arguments : Object[]
)
Параметры
- errCode
Тип: ErrorCode
The error code for the exception.
- arguments
Тип: array<System.Object[]
The arguments for formatting the error message.
См. также
Справочник
ReportRenderingException Класс
Перегрузка ReportRenderingException
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering