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

The DeltaXMLProcessingException type exposes the following members.
Constructors

  NameDescription
Public methodDeltaXMLProcessingException(Exception)
Creates a new exception which wraps an existing exception.
Public methodDeltaXMLProcessingException(String)
Creates a new exception with an identifying message.
Public methodDeltaXMLProcessingException(Exception, Int32)
Creates a new exception which wraps an existing exception and provides an errorCode.
Public methodDeltaXMLProcessingException(String, Exception)
Creates a new exception which wraps an existing exception and provides an additional message.
Public methodDeltaXMLProcessingException(String, Int32)
Creates a new exception with an identifying message and error code.
Public methodDeltaXMLProcessingException(String, Exception, Int32)
Creates a new exception which wraps an existing exception and also provides an additional message and errorCode.
Public methodDeltaXMLProcessingException(String, Int32, FailureSeverity)
Creates a new exception providing an additional message, errorCode and severity.
Public methodDeltaXMLProcessingException(String, Exception, Int32, FailureSeverity)
Creates a new exception which wraps an existing exception and also provides an additional message, errorCode and severity.
Back to Top
Methods

  NameDescription
Public methodgetCause
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.)
Public methodgetErrorCode
Errors detected by the Comparator and Combiner operations were each given an identifying number in releases prior to 5.0 of the XML Compare API.
Public methodgetSeverity
Reports the severity of the exception.
Public methodgetThrowable
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberc_g
Back to Top
See Also