Search found 1 match

by warnerwanton
Tue Jan 29, 2019 11:13 am
Forum: LightningChart Bug Reports
Topic: System.Runtime.InteropServices.COMException when make chart
Replies: 8
Views: 42059

Re: System.Runtime.InteropServices.COMException when make ch

When an error occurs during object creation, a COM Exception (defined in System.Runtime.InteropServices) is thrown. The UnknownWrapper class is a helper class designed to be exposed to COM as a VARIANT. When you use the late-binding mechanism, you can avoid this behavior if you pass the parameters a...