ToString Method

Creates and returns a string representation of the current exception.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SqlCeException
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string 
override ToString : unit -> string 
public override function ToString() : String

Return Value

Type: System. . :: . .String
A String value.

Implements

_Exception. . :: . .ToString() () () ()

See Also

Reference

SqlCeException Class

SqlCeException Members

System.Data.SqlServerCe Namespace