SqlCeFlushFailureEventArgs.Errors Property

The collection of SqlCeError objects that caused the flush to fail.

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

Syntax

'Declaration
Public ReadOnly Property Errors As SqlCeErrorCollection
    Get
'Usage
Dim instance As SqlCeFlushFailureEventArgs
Dim value As SqlCeErrorCollection

value = instance.Errors
public SqlCeErrorCollection Errors { get; }
public:
property SqlCeErrorCollection^ Errors {
    SqlCeErrorCollection^ get ();
}
member Errors : SqlCeErrorCollection
function get Errors () : SqlCeErrorCollection

Property Value

Type: System.Data.SqlServerCe.SqlCeErrorCollection

See Also

Reference

SqlCeFlushFailureEventArgs Class

System.Data.SqlServerCe Namespace