ConvertIsHandledException Method

Indicates whether the exception is HandledException.

Definition

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

Parameters

ex  Exception
Exception to evaluate.

Return Value

Boolean
if the exception is HandledException; otherwise, .

See Also