IFormError Interface

IFormError Interface

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release. IFormError interface is used with the IFormErrors Interface to programmatically access the properties and property values for an error.

CLSID

B33265D1-DE27-4ED6-A512-133D947EB7B6

Extends

IDispatch

Type Library

Exchange Web Storage System Forms 1.0 Type Library

DLL Implemented In

EXWFORM.DLL

Member Summary

The following table lists the properties of the IFormError interface.

Name Description
Description The Description property returns the description string of the HRESULT. This property is read-only.
File The File property returns the name of the source file where the error occurred. This property is read only.
Line The Line property returns the line number in the source code where the error occurred. This property is read only.
Name The Name property returns the name of the property in which the error occurred. This property is read-only.
Number The Number property returns the HRESULT associated with the error. This property is read-only.
Source The Source property returns a string that identifies where the error was generated. This property is read-only.
Value The Value property returns the value that caused the error. For example, when the value in a date property cannot be converted into a date, the Value property returns the value. This property is read-only.

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

This topic last updated: June 2004

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.