Search Results for

    Show / Hide Table of Contents

    Class PlatformNotSupportedException

    The exception that is thrown when operation is not supported on the current platform.

    Inheritance
    Object
    Exception
    PlatformNotSupportedException
    Inherited Members
    Exception::_additionalInfo
    Exception::_level
    Exception::_message
    Object::DeleteObject(float timeToLive = 0.0f, bool useGameTime=false)
    Object::DeleteObjectNow()
    Exception::Exception()
    Exception::Exception(const String& additionalInfo)
    Exception::Exception(const String& message, const String& additionalInfo)
    Object::Flags
    Exception::GetAdditionalInfo()
    Exception::GetLevel()
    Exception::GetMessage()
    Object::OnDeleteObject()
    Exception::SetLevel(LogType level)
    Exception::ToString()
    Exception::~Exception()
    Object::~Object()
    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat