다음을 통해 공유


SqlCeError.ToString Method

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

Gets the complete text of the error message.

Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: String* ToString();
[JScript]
public override function ToString() : String;

Return Value

The complete text of the error.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

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