Click or drag to resize

EAPUtilExtractNestedMessage Method

Extracts the inner exception message from the supplied Exception object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ExtractNestedMessage(
	Exception ex
)

Parameters

ex
Type: SystemException
A Exception derived class.

Return Value

Type: String
The recursively constructed inner messages from the exception.
See Also