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