mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 05:35:48 +00:00
Use custom exception for replay creation failures
This commit is contained in:
@@ -959,7 +959,7 @@ namespace renderdocui.Windows
|
||||
// if we got this far without an exception, the server is running
|
||||
host.ServerRunning = true;
|
||||
}
|
||||
catch (ApplicationException)
|
||||
catch (ReplayCreateException)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -978,7 +978,7 @@ namespace renderdocui.Windows
|
||||
// if we got this far without an exception, the server is running
|
||||
host.ServerRunning = true;
|
||||
}
|
||||
catch (ApplicationException)
|
||||
catch (ReplayCreateException)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user