SqlCeError.Message Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Gets the text describing the error.

Public ReadOnly Property Message As String
[C#]
public string Message {get;}
[C++]
public: __property String* get_Message();
[JScript]
public function get Message() : String;

Property Value

The text describing the error.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeError Class | SqlCeError Members | System.Data.SqlServerCe Namespace