Table of Contents

Class InvalidCredentialsException

Namespace
AppleTvControlLibrary.Auth
Assembly
AppleTv.Hap.dll

Raised when credentials are invalid or malformed.

public class InvalidCredentialsException : Exception, ISerializable, _Exception
Inheritance
InvalidCredentialsException
Implements
Inherited Members

Constructors

InvalidCredentialsException()

Initializes a new instance of the InvalidCredentialsException class.

public InvalidCredentialsException()

InvalidCredentialsException(string)

Initializes a new instance of the InvalidCredentialsException class.

public InvalidCredentialsException(string message)

Parameters

message string

The exception message.

InvalidCredentialsException(string, Exception)

Initializes a new instance of the InvalidCredentialsException class.

public InvalidCredentialsException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.