DifferingOrderedAttributesException Constructor XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Initializes a new instance of the DifferingOrderedAttributesException class

Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

public DifferingOrderedAttributesException                                  (
	c_w input1Elem,
	c_w input2Elem
)

Parameters

input1Elem
Type: c_w

[Missing <param name="input1Elem"/> documentation for "M:com.deltaxml.api.DifferingOrderedAttributesException.#ctor(com.deltaxml.c_e.c_w,com.deltaxml.c_e.c_w)"]

input2Elem
Type: c_w

[Missing <param name="input2Elem"/> documentation for "M:com.deltaxml.api.DifferingOrderedAttributesException.#ctor(com.deltaxml.c_e.c_w,com.deltaxml.c_e.c_w)"]

See Also