StackException constructor

StackException(
  1. dynamic exception,
  2. StackTrace stackTrace
)

Implementation

StackException(this.exception, this.stackTrace);