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

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

public DeletedSubtreeMismatchException                                  (
	c_w deltaElement,
	c_w nonDeltaElement
)

Parameters

deltaElement
Type: c_w

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

nonDeltaElement
Type: c_w

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

See Also