Partager via


Constructeur ReportRenderingException (String)

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

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

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
Dim message As String 

Dim instance As New ReportRenderingException(message)
public ReportRenderingException(
    string message
)
public:
ReportRenderingException(
    String^ message
)
new : 
        message:string -> ReportRenderingException
public function ReportRenderingException(
    message : String
)

Paramètres

  • message
    Type : System.String
    The error message for the exception.

Voir aussi

Référence

ReportRenderingException Classe

Surcharge ReportRenderingException

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering