ErrorManagerEventArgs Class

Represents error manager event arguments.

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

Syntax

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

Inheritance Hierarchy

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

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

ErrorManagerEventArgs Members

Microsoft.Data.Schema.Common Namespace