RhinoMemoryException constructor

RhinoMemoryException(
  1. String? message
)

Implementation

RhinoMemoryException(String? message) : super(message);