Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Assets.AssetException Class Reference

An AssetException. More...

Inheritance diagram for SiliconStudio.Assets.AssetException:
Exception

Public Member Functions

 AssetException ()
 Initializes a new instance of the AssetException class. More...
 
 AssetException (string message)
 Initializes a new instance of the T:System.Exception class with a specified error message. More...
 
 AssetException (string message, params object[] formattedArguments)
 Initializes a new instance of the T:System.Exception class with a specified error message. More...
 
 AssetException (string message, Exception innerException)
 Initializes a new instance of the T:System.Exception class with a specified error message and a reference to the inner exception that is the cause of this exception. More...
 

Detailed Description

An AssetException.

Definition at line 11 of file AssetException.cs.

Constructor & Destructor Documentation

SiliconStudio.Assets.AssetException.AssetException ( )

Initializes a new instance of the AssetException class.

Definition at line 16 of file AssetException.cs.

SiliconStudio.Assets.AssetException.AssetException ( string  message)

Initializes a new instance of the T:System.Exception class with a specified error message.

Parameters
messageThe message that describes the error.

Definition at line 24 of file AssetException.cs.

SiliconStudio.Assets.AssetException.AssetException ( string  message,
params object[]  formattedArguments 
)

Initializes a new instance of the T:System.Exception class with a specified error message.

Parameters
messageThe message that describes the error.
formattedArgumentsThe formatted arguments.

Definition at line 33 of file AssetException.cs.

SiliconStudio.Assets.AssetException.AssetException ( string  message,
Exception  innerException 
)

Initializes a new instance of the T:System.Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.

Parameters
messageThe error message that explains the reason for the exception.
innerExceptionThe exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

Definition at line 43 of file AssetException.cs.


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