UnauthorizedException constructor

UnauthorizedException(
  1. dynamic message
)

Implementation

UnauthorizedException(message) : super(message, "Unauthorized: ");