COMException constructor

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

Implementation

COMException(this.hr, {this.message});