19 : base(errorMessage, responseMessage)
45 : base(message, innerException)
Represents an error message returned by the server.
Occurs when the client provides invalid credentials.
UnauthorizedException(ErrorMessageResponse? errorMessage, HttpResponseMessage responseMessage)
Initializes a new instance of the UnauthorizedException class.
UnauthorizedException(string message)
Initializes a new instance of the UnauthorizedException class.
UnauthorizedException()
Initializes a new instance of the UnauthorizedException class.
UnauthorizedException(string message, Exception innerException)
Initializes a new instance of the UnauthorizedException class.