Partager via


Constructeur ReportServerException (String, String, Exception)

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée 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, _
    errorCode As String, _
    innerException As Exception _
)
'Utilisation
Dim message As String
Dim errorCode As String
Dim innerException As Exception

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

Paramètres

Voir aussi

Référence

ReportServerException Classe

Surcharge ReportServerException

Espace de noms Microsoft.Reporting.WinForms