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.
[Visual Basic] 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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeException Class | SqlCeException Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.