PropertyRejectedException Constructor XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Construct a new PropertyRejectedException giving the property name that caused the problem and a cause.

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

public PropertyRejectedException(
	string propertyName,
	Exception t
)

Parameters

propertyName
Type: System String
the property that caused the Exception
t
Type: System Exception
the Exception that was thrown by the parent {@link org.xml.sax.XMLReader}
Remarks

Construct a new PropertyRejectedException giving the property name that caused the problem and a cause.
See Also