DeltaXMLProcessingException Constructor XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Overload List

  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
See Also