Data Port Sync 1.0.500

SqlCeException Constructor (String)

[This is preliminary documentation and subject to change.]

Initializes a new SqlCeException from an error message.

[Visual Basic]
Overloads Public Sub New( _
   ByVal String As String _
)
[C#]
public SqlCeException(
   String strMessage
);

Parameters

String
Error message.

Remarks

This contructor does not collect exception information from the device database. It is used only for local exceptions.

See Also

SqlCeException Class | Primeworks.DesktopSqlCe Namespace | SqlCeException Constructor Overload List