RhinoInvalidArgumentException constructor

RhinoInvalidArgumentException(
  1. String? message
)

Implementation

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