ConvertHandledFaultToHandledException Method

Converts a HandledFault to a HandledException.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Exception HandledFaultToHandledException(
	Exception ex
)

Parameters

ex  Exception
Exception to convert.

Return Value

Exception
Exception with the value converted.

See Also