XML Compare .NET API Documentation - DEPRECATED
Back to Top
Overload List
| 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.
|
See Also