Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Creates a new instance of the ReportRenderingException class with the specified error code and arguments for formatting the error message.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Sub New ( _
errCode As ErrorCode, _
ParamArray arguments As Object() _
)
'Uso
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[]
)
Parámetros
- errCode
Tipo: ErrorCode
The error code for the exception.
- arguments
Tipo: array<System.Object[]
The arguments for formatting the error message.
Vea también
Referencia
ReportRenderingException Clase
Sobrecarga de ReportRenderingException
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering