Partilhar via


Construtor ReportRenderingException ()

Creates a new instance of the ReportRenderingException class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Sub New ( _
    errCode As ErrorCode _
)
'Uso
Dim errCode As ErrorCode

Dim instance As New ReportRenderingException(errCode)
public ReportRenderingException(
    ErrorCode errCode
)
public:
ReportRenderingException(
    ErrorCode errCode
)
new : 
        errCode:ErrorCode -> ReportRenderingException
public function ReportRenderingException(
    errCode : ErrorCode
)

Parâmetros

  • errCode
    Tipo: ErrorCode
    The error code.