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

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

public MissingAttributeCombineException                                  (
	c_w inputElem,
	string attrQName
)

Parameters

inputElem
Type: c_w

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

attrQName
Type: System String

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

See Also