2 implementations of ISupportErrorInfo
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (2)
53internal class ManagedExceptionErrorInfo : IErrorInfo, ISupportErrorInfo 334internal class ISupportErrorInfo : global::WinRT.Interop.ISupportErrorInfo
1 reference to ISupportErrorInfo
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
362return global::WinRT.ComWrappersSupport.FindObject<global::WinRT.Interop.ISupportErrorInfo>(thisPtr).InterfaceSupportsErrorInfo(guid) ? 0 : 1;