Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
LauncherAppException.cs
Go to the documentation of this file.
1
// Copyright (c) 2014 Silicon Studio Corp. (http://siliconstudio.co.jp)
2
// This file is distributed under GPL v3. See LICENSE.md for details.
3
using
System
;
4
5
namespace
SiliconStudio.LauncherApp
6
{
7
public
class
LauncherAppException
:
Exception
8
{
9
public
LauncherAppException
()
10
{
11
}
12
13
public
LauncherAppException
(
string
message) : base(message)
14
{
15
}
16
17
public
LauncherAppException
(
string
message, params
object
[] args)
18
: base(string.Format(message, args))
19
{
20
}
21
22
public
LauncherAppException
(
string
message,
Exception
innerException)
23
: base(message, innerException)
24
{
25
}
26
}
27
}
Exception
SiliconStudio.LauncherApp.LauncherAppException.LauncherAppException
LauncherAppException(string message, Exception innerException)
Definition:
LauncherAppException.cs:22
SiliconStudio.Shaders.Parser.System
A system file.
SiliconStudio.LauncherApp.LauncherAppException.LauncherAppException
LauncherAppException(string message)
Definition:
LauncherAppException.cs:13
SiliconStudio.LauncherApp.LauncherAppException.LauncherAppException
LauncherAppException()
Definition:
LauncherAppException.cs:9
SiliconStudio.LauncherApp.LauncherAppException
Definition:
LauncherAppException.cs:7
SiliconStudio.LauncherApp.LauncherAppException.LauncherAppException
LauncherAppException(string message, params object[] args)
Definition:
LauncherAppException.cs:17
sources
install
SiliconStudio.LauncherApp
LauncherAppException.cs
Generated on Sat Dec 20 2014 21:52:07 for Paradox Game Engine by
1.8.7