![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
LauncherAppException () | |
LauncherAppException (string message) | |
LauncherAppException (string message, params object[] args) | |
LauncherAppException (string message, Exception innerException) | |
Definition at line 7 of file LauncherAppException.cs.
SiliconStudio.LauncherApp.LauncherAppException.LauncherAppException | ( | ) |
Definition at line 9 of file LauncherAppException.cs.
SiliconStudio.LauncherApp.LauncherAppException.LauncherAppException | ( | string | message | ) |
Definition at line 13 of file LauncherAppException.cs.
SiliconStudio.LauncherApp.LauncherAppException.LauncherAppException | ( | string | message, |
params object[] | args | ||
) |
Definition at line 17 of file LauncherAppException.cs.
SiliconStudio.LauncherApp.LauncherAppException.LauncherAppException | ( | string | message, |
Exception | innerException | ||
) |
Definition at line 22 of file LauncherAppException.cs.