NetException constructor

NetException(
  1. int code,
  2. String message
)

Implementation

NetException(
  this.code,
  this.message,
);