XML Compare .NET API Documentation - DEPRECATEDThe XMLComparatorConfigurationException type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| XMLComparatorConfigurationException(Exception) |
Construct a new exception which wraps another exception.
| |
| XMLComparatorConfigurationException(String) |
Construct a new exception with the specified detail message.
| |
| XMLComparatorConfigurationException(String, Exception) |
Construct a new exception which wraps another exception and which also supplies an additional detail message.
|
Methods
| Name | Description | |
|---|---|---|
| getCause |
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.) | |
| getThrowable |
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.) |
See Also