8 references to Win32Exception
System.Diagnostics.Process (4)
System\Diagnostics\Process.Linux.cs (1)
367throw new Win32Exception(SR.ProcessInformationUnavailable);
System\Diagnostics\Process.Unix.cs (3)
453throw new Win32Exception(SR.DirectoryNotValidAsInput); 970throw new Win32Exception(SR.Format(SR.UserDoesNotExist, startInfo.UserName)); 976throw new Win32Exception(SR.Format(SR.UserGroupsCannotBeDetermined, startInfo.UserName));
System.Net.NetworkInformation (1)
src\libraries\Common\src\System\Net\NetworkInformation\NetworkInformationException.cs (1)
50internal NetworkInformationException(string message) : base(message)
System.Net.WebSockets (3)
System\Net\WebSockets\WebSocketException.cs (3)
27public WebSocketException(WebSocketError error, string? message) : base(message ?? SR.net_WebSockets_Generic) 70: base(message ?? SR.net_WebSockets_Generic) 89: base(message ?? SR.net_WebSockets_Generic)