Compartir a través de


ReportRenderingException Constructor (ErrorCode, Exception)

Initializes a new instance of the ReportRenderingException class.

Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Sintaxis

'Declaración
Public Sub New ( _
    errCode As ErrorCode, _
    innerException As Exception _
)
public ReportRenderingException (
    ErrorCode errCode,
    Exception innerException
)
public:
ReportRenderingException (
    ErrorCode errCode, 
    Exception^ innerException
)
public ReportRenderingException (
    ErrorCode errCode, 
    Exception innerException
)
public function ReportRenderingException (
    errCode : ErrorCode, 
    innerException : Exception
)

Parámetros

  • errCode
    The error code to be returned with the exception.
  • innerException
    The exception to pass to the rendering exception.

Notas

This constructor wraps the inner exception with a report rendering exception of the error code.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ReportRenderingException Class
ReportRenderingException Members
Microsoft.ReportingServices.ReportRendering Namespace