PropertyNotRecognizedException MembersXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED

The PropertyNotRecognizedException type exposes the following members.
Constructors

  NameDescription
Public methodPropertyNotRecognizedException(Exception, String)
Creates a new PropertyNotRecognizedException.
Public methodPropertyNotRecognizedException(String, String)
Creates a new PropertyNotRecognizedException.
Public methodPropertyNotRecognizedException(String, Exception, String)
Creates a new PropertyNotRecognizedException.
Back to Top
Methods

  NameDescription
Public methodgetCause
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.)
Public methodgetPropertyName
Reports the name of the property which was not recognized.
Public methodgetThrowable
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.)
Back to Top
See Also