SqlCeFlushFailureEventArgs.Message Property

Gets the text describing the SqlCeError that caused the flush to fail.

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

Syntax

'Declaration
Public ReadOnly Property Message As String
    Get
'Usage
Dim instance As SqlCeFlushFailureEventArgs
Dim value As String

value = instance.Message
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

Property Value

Type: System.String

See Also

Reference

SqlCeFlushFailureEventArgs Class

System.Data.SqlServerCe Namespace