Fixes up a COM Error message by stripping off the OLE Dispatch error message in the front of the string if it's present.
Turns:
OLE IDispatch exception code 0 from wwDotNetBridge: Invalid extension `attridbutes` from `attridbutes`"
into:
Invalid extension `attridbutes` from `attridbutes`"
o.FixComErrorMessage(lcErrorMsg)
Parameters
lcErrorMsg
See also:
Class wwUtils© West Wind Technologies, 2023 • Updated: 04/15/19
Comment or report problem with topic