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