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