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
파일 보기 프로젝트 열기: vicfergar/HassClient

공개 메소드들

메소드 설명
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