2 implementations of IErrorInfo
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (2)
43
internal class ManagedExceptionErrorInfo :
IErrorInfo
, ISupportErrorInfo
79
internal class IErrorInfo : global::WinRT.Interop.
IErrorInfo
5 references to IErrorInfo
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (5)
117
guid = ComWrappersSupport.FindObject<global::WinRT.Interop.
IErrorInfo
>(thisPtr).GetGuid();
133
_source = ComWrappersSupport.FindObject<global::WinRT.Interop.
IErrorInfo
>(thisPtr).GetSource();
151
_description = ComWrappersSupport.FindObject<global::WinRT.Interop.
IErrorInfo
>(thisPtr).GetDescription();
169
_helpFile = ComWrappersSupport.FindObject<global::WinRT.Interop.
IErrorInfo
>(thisPtr).GetHelpFile();
187
_helpFileContent = ComWrappersSupport.FindObject<global::WinRT.Interop.
IErrorInfo
>(thisPtr).GetHelpFileContent();