D365Exception constructor

D365Exception(
  1. String message, {
  2. int? statusCode,
})

Implementation

D365Exception(this.message, {this.statusCode});