ConvertHandledExceptionToHandledFault Method

Converts a HandledException to a HandledFault.

Definition

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

Parameters

ex  Exception
Exception to convert.

Return Value

Exception
Exception with the value converted.

See Also