Search Results for

    Show / Hide Table of Contents

    Class FileNotFoundException

    The exception that is thrown when a file does not exist.

    Inheritance
    Object
    Exception
    FileNotFoundException
    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/FileNotFoundException.h
    Syntax
    public class FileNotFoundException : public Log::Exception

    Constructors

    FileNotFoundException()

    Init

    Declaration
    public FileNotFoundException()

    FileNotFoundException(const String& additionalInfo)

    Creates default exception with additional data

    Declaration
    public FileNotFoundException(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