XML Compare .NET API Documentation - DEPRECATED
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Construct a new PropertyRejectedException giving the property name that caused the problem and a cause.
Construct a new PropertyRejectedException giving the property name that caused the problem and a cause.
Namespace: com.deltaxml.apiAssembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
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
See Also