Condividi tramite


Costruttore ReportViewerException (String)

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Inizializza una nuova istanza della classe ReportViewerException con un messaggio di errore.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Protected Sub New ( _
    message As String _
)
protected ReportViewerException(
    string message
)
protected:
ReportViewerException(
    String^ message
)
new : 
        message:string -> ReportViewerException
protected function ReportViewerException(
    message : String
)

Parametri

  • message
    Tipo: String
    Messaggio in cui viene descritto l'errore.

Vedere anche

Riferimenti

ReportViewerException Classe

Overload ReportViewerException

Spazio dei nomi Microsoft.Reporting.WinForms