2 instantiations of CyclicalElementInfoException
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
303
throw new
CyclicalElementInfoException
(inspectedElements, elementName);
331
throw new
CyclicalElementInfoException
(inspectedElements, paramName);
2 references to CyclicalElementInfoException
Microsoft.Interop.SourceGeneration (2)
MarshallingInfoParser.cs (2)
312
catch (
CyclicalElementInfoException
ex) when (ex.StartOfCycle == elementName)
341
catch (
CyclicalElementInfoException
ex) when (ex.StartOfCycle == paramName)