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

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

public UnexpectedAttributeCombineException                                  (
	c_w inputElem,
	string attrQName
)

Parameters

inputElem
Type: c_w

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

attrQName
Type: System String

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

See Also