2 implementations of GetDescription
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (2)
58
public string
GetDescription
()
235
public string
GetDescription
()
1 reference to GetDescription
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
151
_description = ComWrappersSupport.FindObject<global::WinRT.Interop.IErrorInfo>(thisPtr).
GetDescription
();