Class PlatformNotSupportedException
The exception that is thrown when operation is not supported on the current platform.
Namespace: Log
Assembly: FlaxEngine.dll
File: Engine/Debug/Exceptions/PlatformNotSupportedException.h
Syntax
public class PlatformNotSupportedException : public Log::Exception
Constructors
PlatformNotSupportedException()
Init
Declaration
public PlatformNotSupportedException()
PlatformNotSupportedException(const String& additionalInfo)
Creates default exception with additional data
Declaration
public PlatformNotSupportedException(const String& additionalInfo)
Parameters
String
additionalInfo
Additional information that help describe error |