![]() |
Paradox Game Engine
v1.0.0 beta06
|
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... | |
An AssetException.
Definition at line 11 of file AssetException.cs.
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.
message | The 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.
message | The message that describes the error. |
formattedArguments | The 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.
message | The error message that explains the reason for the exception. |
innerException | The 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.