ConvertIsHandledFault Method
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsHandledFault(
Exception ex
)
Public Shared Function IsHandledFault (
ex As Exception
) As Boolean
- ex Exception
- Exception to evaluate.
Boolean if the exception is
HandledFault; otherwise,
.