C# Класс HassClient.WS.AuthenticationException

Exception raised during Home Assistant Web Socket connection when authentication fails due to an invalid access token or an invalid message received from the server.
Наследование: ApplicationException
Показать файл Открыть проект

Открытые методы

Метод Описание
AuthenticationException ( string message ) : System

Initializes a new instance of the AuthenticationException class.

Описание методов

AuthenticationException() публичный Метод

Initializes a new instance of the AuthenticationException class.
public AuthenticationException ( string message ) : System
message string A message that describes the error.
Результат System