ConvertIsHandledFault Method

Indicates whether the exception is HandledFault.

Definition

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

Parameters

ex  Exception
Exception to evaluate.

Return Value

Boolean
if the exception is HandledFault; otherwise, .

See Also