Propriété ReportErrorEventArgs.Exception
Renvoie un objet Exception qui contient les informations sur l'erreur du rapport.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.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.