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.
[Visual Basic] 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:
- 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
SqlCeError Class | SqlCeError Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.