Share via


SqlCeException.Message Property

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

Gets the text describing the first instance of SqlCeError in the SqlCeErrorCollection for this exception.

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

Property Value

The text describing the error.

Remarks

This is the same as the Message property of the first instance of SqlCeError in the SqlCeErrorCollection for this exception.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

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