Meta Data Services Programming

Accessing Error Information at the COM Level

COM programs can access all of the errors in a repository error queue. You can use IRepositoryErrorQueue to select, insert, or remove errors in a repository error queue. You can also persist queue information if you want to return to it after working with other error queues or repository objects.

To access the errors in a COM program

The repository engine also provides an enumeration interface for errors called IEnumRepositoryErrors.

See Also

Error Handling Overview

IEnumRepositoryErrors Interface

IRepositoryErrorQueue Interface

IReposErrorQueueHandler Interface

Persisting Error Queue Information

Repository Class