Share via


SqlCeError.NumericErrorParameters Property

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

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

  [Visual Basic]
  Public ReadOnly Property NumericErrorParameters As Integer ()
[C#]
public int[] NumericErrorParameters {get;}
[C++]
public: __property int get_NumericErrorParameters();
[JScript]
public function get NumericErrorParameters() : int[];

Property Value

An integer array that contains the first 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 0.

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.