4 using SiliconStudio.Core;
6 namespace SiliconStudio.Assets
34 : base(message.ToFormat(formattedArguments))
AssetException()
Initializes a new instance of the AssetException class.
AssetException(string message, params object[] formattedArguments)
Initializes a new instance of the T:System.Exception class with a specified error message...
AssetException(string message)
Initializes a new instance of the T:System.Exception class with a specified error message...
AssetException(string message, Exception innerException)
Initializes a new instance of the T:System.Exception class with a specified error message and a refer...