InvalidHandleError constructor

InvalidHandleError(
  1. String message
)

Returns the new instance of InvalidHandleError.

Implementation

InvalidHandleError(this.message);