1 write to _exception
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
49_exception = ex;
4 references to _exception
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (4)
56public string GetSource() => _exception.Source; 60string desc = _exception.Message; 63desc = _exception.GetType().FullName; 68public string GetHelpFile() => _exception.HelpLink;