Table of Contents

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

message string

The exception message.

AuthenticationException(string, Exception)

Initializes a new instance of the AuthenticationException class.

public AuthenticationException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.