Class AuthenticationException
- Namespace
- AppleTvControlLibrary.Auth
- Assembly
- AppleTv.Hap.dll
Raised when authentication with a device fails.
public class AuthenticationException : Exception, ISerializable, _Exception
- Inheritance
-
AuthenticationException
- Implements
- Inherited Members
Constructors
AuthenticationException()
Initializes a new instance of the AuthenticationException class.
public AuthenticationException()
AuthenticationException(string)
Initializes a new instance of the AuthenticationException class.
public AuthenticationException(string message)
Parameters
messagestringThe exception message.
AuthenticationException(string, Exception)
Initializes a new instance of the AuthenticationException class.
public AuthenticationException(string message, Exception innerException)