Condividi tramite


Costruttore ReportRenderingException ()

Creates a new instance of the ReportRenderingException class.

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    errCode As ErrorCode _
)
'Utilizzo
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
)

Parametri

  • errCode
    Tipo: ErrorCode
    The error code.