Partager via


Constructeur ReportViewerException (String, Exception)

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Ce constructeur prend en charge l'infrastructure .NET Framework et n'est pas destiné à être utilisé directement à partir de votre code.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    message As String, _
    innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception

Dim instance As New ReportViewerException(message, _
    innerException)
protected ReportViewerException(
    string message,
    Exception innerException
)
protected:
ReportViewerException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ReportViewerException
protected function ReportViewerException(
    message : String, 
    innerException : Exception
)

Paramètres

Voir aussi

Référence

ReportViewerException Classe

Surcharge ReportViewerException

Espace de noms Microsoft.Reporting.WinForms