ProfileService.Errors

Ee810720.c++_on(en-US,CS.10).gifEe810720.vb_off(en-US,CS.10).gif

The Errors property is a read-only ADO Errors object that stores the collection of errors encountered in the last Profiles resource operation.

Definition

Property Errors As Object

Parameters

None.

Remarks

The Errors property collects all errors generated by a ProfileService object operation, including those that emerge from the underlying technology.

If the error is coming from the underlying data store providers (such as OLE DB Provider for SQL Server and OLE DB Provider for Microsoft Directory Services) it is passed, for example, in some cases only the Number and Source properties of the Error object are set.

For information about standard COM errors, see Standard COM Errors.

The following ADO Errors methods and properties are supported:

  • Clear

  • Count

  • Item

  • _NewEnum

The following ADO Error methods and properties are supported:

  • Description

  • HelpFile

  • Number

  • Source

Call the Initialize method before you access the Errors property.

See Also

ProfileObject Object

ProfileService Object


All rights reserved.