Partilhar via


Classe ReportErrorEventArgs

Provides data for the ReportError event.

Hierarquia de herança

Object
  EventArgs
    Microsoft.Reporting.WinForms.ReportErrorEventArgs

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.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
Propriedade pública Exception Returns an Exception object containing information about the report error.
Propriedade pública Handled Indicates whether the host application has handled the error.

Superior

Métodos

  Nome Descrição
Método público Equals Determines whether the specified object is equal to the current object. (Herdado de Object.)
Método público GetHashCode Serves as the default hash function. (Herdado de Object.)
Método público GetType Gets the Type of the current instance. (Herdado de Object.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.Reporting.WinForms