SqlCeException.Errors Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets a collection of one or more SqlCeError objects that contain detailed information about exceptions generated by the .NET Compact Framework Data Provider for SQL Server CE.
[Visual Basic] Public ReadOnly Property Errors As SqlCeErrorCollection [C#] public SqlCeErrorCollection Errors {get;} [C++] public: __property SqlCeErrorCollection* get_Errors(); [JScript] public function get Errors() : SqlCeErrorCollection;
Property Value
The SqlCeErrorCollection object that contains the collected instances of the SqlCeError class for the exception.
Remarks
The SqlCeErrorCollection class always contains at least one instance of the SqlCeError class.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeException Class | SqlCeException Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.