ReportViewerException, constructeur (String)
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Initialise une nouvelle instance de la classe ReportViewerException avec un message d'erreur.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
message As String _
)
protected ReportViewerException(
string message
)
protected:
ReportViewerException(
String^ message
)
new :
message:string -> ReportViewerException
protected function ReportViewerException(
message : String
)
Paramètres
- message
Type : String
Message décrivant l'erreur.