Condividi tramite


Costruttore ReportRenderingException (ErrorCode)

Creates a new instance of the ReportRenderingException class with the specified error code.

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 for the exception.

Vedere anche

Riferimento

ReportRenderingException Classe

Overload ReportRenderingException

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering