EOutOfMemory.EOutOfMemory Constructor

Overload List

#SignatureDescription
1EOutOfMemory(String aMessage)
2EOutOfMemory(String aMessage, Exception innerException)

Overload 1: EOutOfMemory(String aMessage)

#NameTypeDescription
1aMessageString

Result: stored in self (calling object)

Overload 2: EOutOfMemory(String aMessage, Exception innerException)

#NameTypeDescription
1aMessageString
2innerExceptionException

Result: stored in self (calling object)