EOutOfMemory
Overview
Location
-
Reference:
- Delphi.dll .NET
- delphi.jar Cooper
- Delphi.fx Island
- libDelphi.fx Toffee
- Namespace: RemObjects.Elements.RTL.Delphi
-
Ancestry:
- OutOfMemoryException | EOutOfMemory .NET
- Exception | EOutOfMemory Cooper
- Exception | EOutOfMemory Island
- NSException | EOutOfMemory Toffee
- OutOfMemoryException | EOutOfMemory .NET
Instance Methods
constructor .NET, Cooper, Island
constructor
EOutOfMemory()
init()
EOutOfMemory()
Sub New()
constructor (not nullable String) Island
constructor(aMessage: not nullable String)
EOutOfMemory(String! aMessage)
init(_ aMessage: String)
Sub New(aMessage As String)
Parameters:
- aMessage:
Parameters:
- aMessage:
- aException:
constructor (String) Cooper
constructor(arg1: String)
EOutOfMemory(String arg1)
init(_ arg1: String)
EOutOfMemory(String arg1)
Sub New(arg1 As String)
Parameters:
- arg1:
constructor (String, Throwable) Cooper
constructor(arg1: String; arg2: Throwable)
EOutOfMemory(String arg1, Throwable arg2)
init(_ arg1: String, _ arg2: Throwable)
EOutOfMemory(String arg1, Throwable arg2)
Sub New(arg1 As String, arg2 As Throwable)
Parameters:
- arg1:
- arg2:
constructor (String, Throwable, Boolean, Boolean) Cooper
constructor(arg1: String; arg2: Throwable; arg3: Boolean; arg4: Boolean)
EOutOfMemory(String arg1, Throwable arg2, Boolean arg3, Boolean arg4)
init(_ arg1: String, _ arg2: Throwable, _ arg3: Boolean, _ arg4: Boolean)
EOutOfMemory(String arg1, Throwable arg2, Boolean arg3, Boolean arg4)
Sub New(arg1 As String, arg2 As Throwable, arg3 As Boolean, arg4 As Boolean)
Parameters:
- arg1:
- arg2:
- arg3:
- arg4:
constructor (Throwable) Cooper
constructor(arg1: Throwable)
EOutOfMemory(Throwable arg1)
init(_ arg1: Throwable)
EOutOfMemory(Throwable arg1)
Sub New(arg1 As Throwable)
Parameters:
- arg1:
constructor (SerializationInfo, StreamingContext) .NET
constructor(info: SerializationInfo; context: StreamingContext)
EOutOfMemory(SerializationInfo info, StreamingContext context)
init(_ info: SerializationInfo, _ context: StreamingContext)
EOutOfMemory(SerializationInfo info, StreamingContext context)
Sub New(info As SerializationInfo, context As StreamingContext)
Parameters:
- info:
- context:
constructor (String) .NET
constructor(message: String)
EOutOfMemory(String message)
init(_ message: String)
EOutOfMemory(String message)
Sub New(message As String)
Parameters:
- message:
Parameters:
- message:
- innerException: