OutOfMemoryException constructor

OutOfMemoryException(
  1. String message
)

Implementation

OutOfMemoryException(String message) : super(message);