XML Compare .NET API Documentation - DEPRECATEDThe DeltaXMLProcessingException type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | DeltaXMLProcessingException(Exception) |
Creates a new exception which wraps an existing exception.
|
![]() | DeltaXMLProcessingException(String) |
Creates a new exception with an identifying message.
|
![]() | DeltaXMLProcessingException(Exception, Int32) |
Creates a new exception which wraps an existing exception and provides an errorCode.
|
![]() | DeltaXMLProcessingException(String, Exception) |
Creates a new exception which wraps an existing exception and provides an additional message.
|
![]() | DeltaXMLProcessingException(String, Int32) |
Creates a new exception with an identifying message and error code.
|
![]() | DeltaXMLProcessingException(String, Exception, Int32) |
Creates a new exception which wraps an existing exception and also provides an additional message and errorCode.
|
![]() | DeltaXMLProcessingException(String, Int32, FailureSeverity) |
Creates a new exception providing an additional message, errorCode and severity.
|
![]() | DeltaXMLProcessingException(String, Exception, Int32, FailureSeverity) |
Creates a new exception which wraps an existing exception and also provides an additional message, errorCode and
severity.
|
Methods
Name | Description | |
---|---|---|
![]() | getCause |
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.) |
![]() | getErrorCode |
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.
|
![]() | getSeverity |
Reports the severity of the exception.
|
![]() | getThrowable |
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | c_g |
See Also