XML Compare .NET API Documentation - DEPRECATEDThe XMLCombinerFactoryConfigurationError type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | XMLCombinerFactoryConfigurationError(Exception) |
Construct a new error which wraps another exception.
|
![]() | XMLCombinerFactoryConfigurationError(String) |
Construct a new error with the specified detail message.
|
![]() | XMLCombinerFactoryConfigurationError(SerializationInfo, StreamingContext) | Initializes a new instance of the XMLCombinerFactoryConfigurationError class |
![]() | XMLCombinerFactoryConfigurationError(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