SqlCeError.ErrorParameters Property

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

Gets the last three error parameters. Error parameters are used by SQL Server CE to provide additional details about an error.

  [Visual Basic]
  Public ReadOnly Property ErrorParameters As String ()
[C#]
public string[] ErrorParameters {get;}
[C++]
public: __property String* get_ErrorParameters();
[JScript]
public function get ErrorParameters() : String[];

Property Value

A string array that contains the last three error parameters.

Remarks

Although parameters might exist for an error, not all occurrences of the error will return parameters. If an occurrence of an error does not return any parameters, the values of this array will be empty strings.For more information on specific SQL Server CE errors, see SQL Server CE Errors in the Troubleshooting section of SQL Server CE Books Online.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

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

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.