SqlCeFlushFailureEventArgs Class
Encapsulates event arguments for the FlushFailure event.
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
Remarks
This class exposes a SqlCeErrorCollection which in turn contains the SqlCeError that caused the flush to fail.
Inheritance Hierarchy
System. . :: . .Object
System. . :: . .EventArgs
System.Data.SqlServerCe..::..SqlCeFlushFailureEventArgs
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.