ReportViewerException, constructeur (String, Exception)
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 et une exception interne.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
message As String, _
innerException As Exception _
)
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
- message
Type : String
Message décrivant l'erreur.
- innerException
Type : Exception
Exception interne ayant provoqué l'exception actuelle.