FileNotFoundException
Overview
Thrown when a file cannot be found.
Location
-
Reference:
- Elements.dll .NET, .NET Standard 2.0
- elements.jar Cooper
- Elements.fx Island, ToffeeV2
- libElements.fx Toffee
- Namespace: RemObjects.Elements.RTL
- Platforms: .NET, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2
-
Ancestry:
- Exception | RTLException | FileNotFoundException .NET, .NET Standard 2.0, Cooper
- Exception | RTLException | FileNotFoundException Island-Android, Island-Ubuntu, Island-WebAssembly-wasm32, Island-Windows
- NSException | RTLException | FileNotFoundException Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee, ToffeeV2
- Exception | RTLException | FileNotFoundException .NET, .NET Standard 2.0, Cooper
constructor (declared in RTLException) .NET, .NET Standard 2.0, Cooper, Island, ToffeeV2
constructor
FileNotFoundException()
init()
FileNotFoundException()
Sub New()
constructor init() (declared in RTLException) Toffee
init(init )
Parameters:
- :
constructor (String)
constructor(aFileName: String)
FileNotFoundException(String aFileName)
init(_ aFileName: String)
FileNotFoundException(String aFileName)
Sub New(aFileName As String)
Parameters:
- aFileName:
constructor (String, array of Object) (declared in RTLException)
Parameters:
- aFormat:
- aParams:
constructor (String) (declared in RTLException)
constructor(aMessage: String)
FileNotFoundException(String aMessage)
init(_ aMessage: String)
FileNotFoundException(String aMessage)
Sub New(aMessage As String)
Parameters:
- aMessage:
constructor withError(NSError): InstanceType (declared in RTLException) Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee, ToffeeV2
constructor withError(aError: NSError)
FileNotFoundException withError(NSError aError)
init(withError aError: NSError)
Sub New withError(aError As NSError)
Parameters:
- aError:
constructor withNSException(NSException) (declared in RTLException) Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
constructor withNSException(aException: NSException)
FileNotFoundException withNSException(NSException aException)
init(withNSException aException: NSException)
Sub New withNSException(aException As NSException)
Parameters:
- aException:
FileName
property FileName: String read;
String FileName { get; }
var FileName: String { get{} }
String FileName { __get; }
ReadOnly Property FileName() As String
Message (declared in RTLException) Toffee, ToffeeV2
var Message: String { get{} }
FileName
property FileName: String read;
String FileName { get; }
var FileName: String { get{} }
String FileName { __get; }
ReadOnly Property FileName() As String
Message (declared in RTLException) Toffee, ToffeeV2
var Message: String { get{} }
constructor (declared in RTLException) .NET, .NET Standard 2.0, Cooper, Island, ToffeeV2
constructor
FileNotFoundException()
init()
FileNotFoundException()
Sub New()
constructor init() (declared in RTLException) Toffee
init(init )
Parameters:
- :
constructor (String)
constructor(aFileName: String)
FileNotFoundException(String aFileName)
init(_ aFileName: String)
FileNotFoundException(String aFileName)
Sub New(aFileName As String)
Parameters:
- aFileName:
constructor (String, array of Object) (declared in RTLException)
Parameters:
- aFormat:
- aParams:
constructor (String) (declared in RTLException)
constructor(aMessage: String)
FileNotFoundException(String aMessage)
init(_ aMessage: String)
FileNotFoundException(String aMessage)
Sub New(aMessage As String)
Parameters:
- aMessage:
constructor withError(NSError): InstanceType (declared in RTLException) Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator, Toffee, ToffeeV2
constructor withError(aError: NSError)
FileNotFoundException withError(NSError aError)
init(withError aError: NSError)
Sub New withError(aError As NSError)
Parameters:
- aError:
constructor withNSException(NSException) (declared in RTLException) Island-iOS, Island-iOS Simulator, Island-Mac Catalyst, Island-macOS, Island-tvOS, Island-tvOS Simulator, Island-watchOS, Island-watchOS Simulator
constructor withNSException(aException: NSException)
FileNotFoundException withNSException(NSException aException)
init(withNSException aException: NSException)
Sub New withNSException(aException As NSException)
Parameters:
- aException: