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