| Overload | Description |
|---|---|
| OutOfMemoryException Constructor() | Initializes a new instance of the OutOfMemoryException class. |
| OutOfMemoryException Constructor(String) | Initializes a new instance of the OutOfMemoryException class with the specified error message. |
| OutOfMemoryException Constructor(String,Exception) | Initializes a new instance of the OutOfMemoryException class with the specified error message and reference to the inner exception. |
