RhinoInvalidArgumentException constructor
RhinoInvalidArgumentException(
- String? message
Implementation
RhinoInvalidArgumentException(String? message) : super(message);
RhinoInvalidArgumentException(String? message) : super(message);