Partager via


Constructeur ReportRenderingException ()

Creates a new instance of the ReportRenderingException class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    errCode As ErrorCode _
)
'Utilisation
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
)

Paramètres

  • errCode
    Type : ErrorCode
    The error code.