OutOfMemoryException Constructor(String)
Initializes a new instance of an out of memory error with a given string.
public OutOfMemoryException(
string
)
public: OutOfMemoryException(
string*
)
public:
OutOfMemoryException(
String^
)
Parameters
- message
- A string which represents the error message.