Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.LauncherApp.LauncherAppException Class Reference
Inheritance diagram for SiliconStudio.LauncherApp.LauncherAppException:
Exception

Public Member Functions

 LauncherAppException ()
 
 LauncherAppException (string message)
 
 LauncherAppException (string message, params object[] args)
 
 LauncherAppException (string message, Exception innerException)
 

Detailed Description

Definition at line 7 of file LauncherAppException.cs.

Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file: