XMLComparatorFactoryConfigurationError MembersXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED

The XMLComparatorFactoryConfigurationError type exposes the following members.
Constructors

  NameDescription
Public methodXMLComparatorFactoryConfigurationError(Exception)
Construct a new error which wraps another exception.
Public methodXMLComparatorFactoryConfigurationError(String)
Construct a new error with the specified detail message.
Protected methodXMLComparatorFactoryConfigurationError(SerializationInfo, StreamingContext)
Initializes a new instance of the XMLComparatorFactoryConfigurationError class
Public methodXMLComparatorFactoryConfigurationError(String, Exception)
Construct a new error which wraps another exception and which also supplies an additional detail message.
Back to Top
Methods

  NameDescription
Public methodgetCause
Return the throwable that this error wraps.
(Inherited from DeltaXMLError.)
Public methodgetThrowable
Return the throwable that this error wraps.
(Inherited from DeltaXMLError.)
Back to Top
See Also