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

The DeltaXMLError type exposes the following members.
Constructors

  NameDescription
Public methodDeltaXMLError(Exception)
Creates a new error which wraps an existing error or exception.
Public methodDeltaXMLError(String)
Creates a new error with an identifying message.
Protected methodDeltaXMLError(SerializationInfo, StreamingContext)
Initializes a new instance of the DeltaXMLError class
Public methodDeltaXMLError(String, Exception)
Creates a new error which wraps an existing error or exception and provides an additional message.
Back to Top
Methods

  NameDescription
Public methodgetCause
Return the throwable that this error wraps.
(Overrides ThrowablegetCause .)
Public methodgetThrowable
Return the throwable that this error wraps.
Back to Top
Fields

  NameDescription
Public fieldStatic memberc_b
Back to Top
See Also