mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Add GetImageFilePath
This commit is contained in:
parent
6f6792f27e
commit
2e4796f8bf
6 changed files with 39 additions and 5 deletions
|
|
@ -20,7 +20,7 @@ namespace Dalamud.Bootstrap.Windows
|
|||
|
||||
internal ProcessException(string message, uint pid, Exception innerException) : base(message, innerException) => Pid = pid;
|
||||
|
||||
internal static ProcessException ThrowLastOsError(uint pid)
|
||||
internal static void ThrowLastOsError(uint pid)
|
||||
{
|
||||
var inner = new Win32Exception();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue