ReportRenderingException 생성자 (, Object[])
Creates a new instance of the ReportRenderingException class and format the error message with the specified arguments.
네임스페이스: 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.
- arguments
유형: array<System. . :: . .Object> [] () [] []
The arguments for formatting the error message.