WindowsException constructor

WindowsException(
  1. int hr, {
  2. String? message,
})

Implementation

WindowsException(super.hr, {super.message});