SqlCeFlushFailureEventArgs Members
Encapsulates event arguments for the FlushFailure event.
The SqlCeFlushFailureEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (inherited from Object) | |
Finalize() () () () | (inherited from Object) | |
GetHashCode() () () () | (inherited from Object) | |
GetType() () () () | (inherited from Object) | |
MemberwiseClone() () () () | (inherited from Object) | |
ToString() () () () | (Overrides Object. . :: . .ToString() () () ().) |
Top
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