NetException constructor

NetException([
  1. String? _message,
  2. int? _code
])

Implementation

NetException([this._message, this._code]);