Partager via


Propriété ReportErrorEventArgs.Exception

Renvoie un objet Exception qui contient les informations sur l'erreur du rapport.

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 ReportErrorEventArgs
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 qui contient les informations sur l'erreur du rapport.

Voir aussi

Référence

ReportErrorEventArgs Classe

Espace de noms Microsoft.Reporting.WinForms