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)
56
public string GetSource() =>
_exception
.Source;
60
string desc =
_exception
.Message;
63
desc =
_exception
.GetType().FullName;
68
public string GetHelpFile() =>
_exception
.HelpLink;