RenderingCompleteEventArgs.Exception, propriété
Contient un objet Exception si une exception s'est produite.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Exception As Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception with get
function get Exception () : Exception
Valeur de propriété
Type : Exception
Objet Exception si une exception s'est produite lors de la génération du rapport ou nullune référence null (Nothing en Visual Basic) si aucune exception ne s'est produite.