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