SqlCeFlushFailureEventArgs Class
Visual Studio 2010
Encapsulates event arguments for the FlushFailure event.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
The SqlCeFlushFailureEventArgs type exposes the following members.
| 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. |
| 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().) |
This class exposes a SqlCeErrorCollection which in turn contains the SqlCeError that caused the flush to fail.
Show:
