wwUtils::FixComErrorMessage
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:
texttextOLE IDispatch exception code 0 from wwDotNetBridge: Invalid extension `attridbutes` from `attridbutes`"
into:
swift
swift
Invalid extension `attridbutes` from `attridbutes`"
o.FixComErrorMessage(lcErrorMsg)
Parameters
lcErrorMsg
See also
Class wwUtils© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic