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 | |
---|---|---|
Errors | The collection of SqlCeError objects that caused the flush to fail. | |
Message | Gets the text describing the SqlCeError that caused the flush to fail. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
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.