DeltaXMLException getThrowable 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 virtual Exception getThrowable()

Return Value

Type: Exception
A java.lang.Throwable object, or null.
Remarks

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