Constructeur ReportViewerException (String)
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.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
message As String _
)
'Utilisation
Dim message As String
Dim instance As New ReportViewerException(message)
protected ReportViewerException(
string message
)
protected:
ReportViewerException(
String^ message
)
new :
message:string -> ReportViewerException
protected function ReportViewerException(
message : String
)
Paramètres
- message
Type : System.String