Share via


ErrorManager Class

Used in the Error Management infrastructure.

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ErrorManager _
    Implements IDisposable, ISerializable
'Usage
Dim instance As ErrorManager
[SerializableAttribute]
public sealed class ErrorManager : IDisposable, 
    ISerializable
[SerializableAttribute]
public ref class ErrorManager sealed : IDisposable, 
    ISerializable
public final class ErrorManager implements IDisposable, ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
type ErrorManager =  
    class
        interface IDisposable
        interface ISerializable
    end

Remarks

All the DataSchemaError are pushed into the system via this class, which has events that are listened to by ErrorTaskService and acted upon for managing the display of errors in the Error List window.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Common.ErrorManager

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

ErrorManager Members

Microsoft.Data.Schema.Common Namespace