DeltaXMLException getCause Method XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Return the throwable that this exception 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 nonexistant or unknown.
Remarks

Return the throwable that this exception wraps. This is often the underlying cause of the Exception/Error.
See Also