Klasa ReportErrorEventArgs
Provides data for the ReportError event.
Hierarchia dziedziczenia
Object
EventArgs
Microsoft.Reporting.WebForms.ReportErrorEventArgs
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public NotInheritable Class ReportErrorEventArgs _
Inherits EventArgs
public sealed class ReportErrorEventArgs : EventArgs
public ref class ReportErrorEventArgs sealed : public EventArgs
[<Sealed>]
type ReportErrorEventArgs =
class
inherit EventArgs
end
public final class ReportErrorEventArgs extends EventArgs
Typ ReportErrorEventArgs uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
![]() |
Exception | Returns an Exception object containing information about the report error. |
![]() |
Handled | Indicates whether the host application has handled the error. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). |
![]() |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). |
![]() |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). |
![]() |
ToString | Returns a string that represents the current object. (Odziedziczone z Object). |
Początek
Uwagi
This is passed to the ReportErrorEventHandler when a ReportError occurs.
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.