I'm writing a COM object in C# and I'd like to raise errors to vba/asp client software using the mechanism it understands - the Err object.
In good ol' days that would have meant implementing ISupportErrorInfo on the COM object but I can't find any information about how to implement that interface in a C# object.
Can anybody help?
thanks!