ServiceVersionException constructor

ServiceVersionException([
  1. String? message
])
Initializes a new instance of the The error message.

Implementation

ServiceVersionException([String? message]) : super(message);