ErrorEventArgs Class

Represents error event arguments.

Namespace:  Microsoft.Data.Schema.Common
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Data.Schema.Common.ErrorEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ErrorEventArgs Members

Microsoft.Data.Schema.Common Namespace