Classe ReportErrorEventArgs
Provides data for the ReportError event.
Hierarquia de herança
Object
EventArgs
Microsoft.Reporting.WebForms.ReportErrorEventArgs
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
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
O tipo ReportErrorEventArgs expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Exception | Returns an Exception object containing information about the report error. | |
Handled | Indicates whether the host application has handled the error. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
This is passed to the ReportErrorEventHandler when a ReportError occurs.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.