1 reference to ILanguageExceptionErrorInfo
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\ExceptionErrorInfo.cs (1)
291
public static implicit operator ILanguageExceptionErrorInfo(IObjectReference obj) => (obj != null) ? new
ILanguageExceptionErrorInfo
(obj) : null;