Class AssetsNotSupportedException
Inheritance
AssetsNotSupportedException
Assembly: cs.temp.dll.dll
Syntax
public class AssetsNotSupportedException : Exception, ISerializable, _Exception
Constructors
AssetsNotSupportedException()
Declaration
public AssetsNotSupportedException()
AssetsNotSupportedException(String)
Declaration
public AssetsNotSupportedException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
AssetsNotSupportedException(String, Exception)
Declaration
public AssetsNotSupportedException(string message, Exception innerException)
Parameters
Implements