Class OutOfMemoryException

Definition

Namespace:
Tizen.Applications.Exceptions
Assembly:
Tizen.Applications.Common.dll
API Level:
4

The class that represents the exception which will be thrown when the memory is insufficient

C#
Copy
public class OutOfMemoryException : InvalidOperationException, ISerializable
Inheritance
Implements

Constructors

View Source

OutOfMemoryException(String)

Constructor

Declaration
C#
Copy
public OutOfMemoryException(string message)
Parameters
Type Name Description
System.String message

The localized error message string

API Level: 4

Implements