C# Class 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.
Inheritance: ApplicationException
Show file Open project: vicfergar/HassClient

Public Methods

Method Description
AuthenticationException ( string message ) : System

Initializes a new instance of the AuthenticationException class.

Method Details

AuthenticationException() public method

Initializes a new instance of the AuthenticationException class.
public AuthenticationException ( string message ) : System
message string A message that describes the error.
return System