W3MServiceException constructor

W3MServiceException(
  1. dynamic message, [
  2. dynamic stackTrace
])

Implementation

W3MServiceException(this.message, [this.stackTrace]) : super();