1 write to _exception
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
59_exception = ex;
4 references to _exception
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (4)
66public string GetSource() => _exception.Source; 70string desc = _exception.Message; 73desc = _exception.GetType().FullName; 78public string GetHelpFile() => _exception.HelpLink;