Classe ReportErrorEventArgs

Recupera i dati per l'evento ReportError.

Gerarchia di ereditarietà

System.Object
  System.EventArgs
    Microsoft.Reporting.WebForms.ReportErrorEventArgs

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ReportErrorEventArgs _
    Inherits EventArgs
'Utilizzo
Dim instance As ReportErrorEventArgs
public sealed class ReportErrorEventArgs : EventArgs
public ref class ReportErrorEventArgs sealed : public EventArgs
[<SealedAttribute>]
type ReportErrorEventArgs =  
    class
        inherit EventArgs
    end
public final class ReportErrorEventArgs extends EventArgs

Nel tipo ReportErrorEventArgs sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Exception Restituisce un oggetto Exception contenente le informazioni sull'errore del rapporto.
Proprietà pubblica Handled Indica se l'errore è stato gestito dall'applicazione host.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

Viene passato a ReportErrorEventHandler quando viene generato un evento ReportError.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.Reporting.WebForms