XML Compare .NET API Documentation - DEPRECATEDThe FeatureNotRecognizedException type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | FeatureNotRecognizedException(Exception, String) |
Creates a new FeatureNotRecognizedException.
|
![]() | FeatureNotRecognizedException(String, String) |
Creates a new FeatureNotRecognizedException.
|
![]() | FeatureNotRecognizedException(String, Exception, String) |
Creates a new FeatureNotRecognizedException.
|
Methods
Name | Description | |
---|---|---|
![]() | getCause |
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.) |
![]() | getFeatureName |
Provides the featureName that is not recognized.
|
![]() | getThrowable |
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.) |
See Also