Initializes a new instance of the OutOfMemoryException class.
Name | Description | |
---|---|---|
OutOfMemoryException() |
Initializes a new instance of the OutOfMemoryException class. |
|
OutOfMemoryException(String) |
Initializes a new instance of the OutOfMemoryException class with a specified error message. |
|
OutOfMemoryException(String, Exception) |
Initializes a new instance of the OutOfMemoryException class with a specified error message and a reference to the inner exception that is the cause of this exception. |