Overload | Description |
---|---|
OutOfMemoryException Constructor() | Initializes a new instance of an out of memory error class. |
OutOfMemoryException Constructor(Int32) | Initializes a new instance of an out of memory error with a given error number. |
OutOfMemoryException Constructor(String) | Initializes a new instance of an out of memory error with a given string. |
OutOfMemoryException Constructor(Int32,String) | Initializes a new instance of an out of memory error with a given error number and message. |
OutOfMemoryException Constructor(String,Exception) | Initializes a new instance of an out of memory error with a given message and inner exception. |