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 inner exception.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Sub New ( _
errCode As ErrorCode, _
innerException As Exception _
)
'Uso
Dim errCode As ErrorCode
Dim innerException As Exception
Dim instance As New ReportRenderingException(errCode, _
innerException)
public ReportRenderingException(
ErrorCode errCode,
Exception innerException
)
public:
ReportRenderingException(
ErrorCode errCode,
Exception^ innerException
)
new :
errCode:ErrorCode *
innerException:Exception -> ReportRenderingException
public function ReportRenderingException(
errCode : ErrorCode,
innerException : Exception
)
Parámetros
- errCode
Tipo: ErrorCode
The error code for the exception.
- innerException
Tipo: System.Exception
An Exception object that is the cause of the current exception.
Vea también
Referencia
ReportRenderingException Clase
Sobrecarga de ReportRenderingException
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering