Table of Contents

Class ProtocolException

Namespace
AppleTvControlLibrary.Protocol
Assembly
AppleTvControlLibrary.dll

Raised when a Companion protocol exchange fails.

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

Constructors

ProtocolException()

Initializes a new instance of the ProtocolException class.

public ProtocolException()

ProtocolException(string)

Initializes a new instance of the ProtocolException class.

public ProtocolException(string message)

Parameters

message string

The exception message.

ProtocolException(string, Exception)

Initializes a new instance of the ProtocolException class.

public ProtocolException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.