XML Compare .NET API Documentation - DEPRECATEDThe PropertyNotRecognizedException type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | PropertyNotRecognizedException(Exception, String) |
Creates a new PropertyNotRecognizedException.
|
![]() | PropertyNotRecognizedException(String, String) |
Creates a new PropertyNotRecognizedException.
|
![]() | PropertyNotRecognizedException(String, Exception, String) |
Creates a new PropertyNotRecognizedException.
|
Methods
Name | Description | |
---|---|---|
![]() | getCause |
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.) |
![]() | getPropertyName |
Reports the name of the property which was not recognized.
|
![]() | getThrowable |
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.) |
See Also