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

The XMLCombinerFactoryConfigurationError type exposes the following members.
Constructors

  NameDescription
Public methodXMLCombinerFactoryConfigurationError(Exception)
Construct a new error which wraps another exception.
Public methodXMLCombinerFactoryConfigurationError(String)
Construct a new error with the specified detail message.
Protected methodXMLCombinerFactoryConfigurationError(SerializationInfo, StreamingContext)
Initializes a new instance of the XMLCombinerFactoryConfigurationError class
Public methodXMLCombinerFactoryConfigurationError(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