SqlCeFlushFailureEventArgs Class

Encapsulates event arguments for the FlushFailure event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.Data.SqlServerCe.SqlCeFlushFailureEventArgs

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

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

The SqlCeFlushFailureEventArgs type exposes the following members.

Properties

  Name Description
Public property Errors The collection of SqlCeError objects that caused the flush to fail.
Public property Message Gets the text describing the SqlCeError that caused the flush to fail.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (Overrides Object.ToString().)

Top

Remarks

This class exposes a SqlCeErrorCollection which in turn contains the SqlCeError that caused the flush to fail.

Thread Safety

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

See Also

Reference

System.Data.SqlServerCe Namespace