RhinoStopIterationException constructor

RhinoStopIterationException(
  1. String? message
)

Implementation

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