Class OutOfMemoryException
Definition
- Namespace:
- Tizen.Applications.Exceptions
- Assembly:
- Tizen.Applications.Common.dll
The class that represents the exception which will be thrown when the memory is insufficient
public class OutOfMemoryException : InvalidOperationException, ISerializable
- Inheritance
-
objectSystem.ExceptionSystem.SystemExceptionSystem.InvalidOperationExceptionOutOfMemoryException
- Implements
-
System.Runtime.Serialization.ISerializable
Constructors
View SourceOutOfMemoryException(string)
Constructor
Declaration
public OutOfMemoryException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The localized error message string |
Implements
System.Runtime.Serialization.ISerializable