NetCoreSyncSocketException constructor

const NetCoreSyncSocketException(
  1. String message
)

Implementation

const NetCoreSyncSocketException(String message) : super(message);