Partager via


Propriété RenderingCompleteEventArgs.Exception

Contient un objet Exception si une exception s'est produite.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Exception As Exception
    Get
'Utilisation
Dim instance As RenderingCompleteEventArgs
Dim value As Exception

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception

Valeur de propriété

Type : System.Exception
Objet Exception si une exception s'est produite lors de la génération du rapport ou nullune référence Null (Nothing dans Visual Basic) si aucune exception ne s'est produite.

Voir aussi

Référence

RenderingCompleteEventArgs Classe

Espace de noms Microsoft.Reporting.WinForms