DeltaXMLError getCause Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Return the throwable that this error wraps.

Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

public override Exception getCause()

Return Value

Type: Exception
A java.lang.Throwable object, or null if the cause is nonexistent or unknown.
Remarks

Return the throwable that this error wraps. This is often the underlying cause of the error.
See Also