Microsoft Identity Integration Server 2003 Developer Reference

extension-error-info (import-error)

The <extension-error-info> element gives the contextual information about an exception, and in some cases the call stack of an exception.

Usage

<extension-error-info/>

Attributes

None.

Child Elements

Element Description
<extension-name> The name of the DLL.
<extension-context> The context string passed to the extension method (if any).
<extension-callsite> contains the name of the import step that was running when the error occurred.
<call-stack> A dump of the rules extension call stack at the time of the import error.

Parent Elements

Element
<import-error>

Child Element Sequence

The tree shows the ordering and number of child elements. Child elements in a Sequence must appear in the order given and child elements in a Choice are mutually exclusive. Sequences and Choices can be nested. Element names are followed by the minimum and maximum occurrences.


	extension-name
<extension-name> The name of the DLL.
 (Exactly 1)
	extension-context
<extension-context> The context string passed to the extension method (if any).
 (Minimum = 0; Maximum = 1)
	extension-callsite
<extension-callsite> contains the name of the import step that was running when the error occurred.
 (Exactly 1)
	call-stack
<call-stack> A dump of the rules extension call stack at the time of the import error.
 (Exactly 1)

Element Information

Can be empty No