ActiveException constructor
ActiveException(
- StackTrace? stackTrace,
- String? typeName,
- Type type
Implementation
ActiveException(this.stackTrace, this.typeName, this.type);