2 instantiations of CyclicalElementInfoException
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
304
throw new
CyclicalElementInfoException
(inspectedElements, elementName);
332
throw new
CyclicalElementInfoException
(inspectedElements, paramName);
2 references to CyclicalElementInfoException
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
313
catch (
CyclicalElementInfoException
ex) when (ex.StartOfCycle == elementName)
342
catch (
CyclicalElementInfoException
ex) when (ex.StartOfCycle == paramName)