Table of Contents

Class MrpNoAsyncListenerException

Namespace
AppleTvControlLibrary.Mrp.PlayerState
Assembly
AppleTvControlLibrary.Mrp.dll

Raised by Start() when no Listener has been set, mirroring pyatv's NoAsyncListenerError.

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

Constructors

MrpNoAsyncListenerException()

Initializes a new instance of the MrpNoAsyncListenerException class.

public MrpNoAsyncListenerException()

MrpNoAsyncListenerException(string)

Initializes a new instance of the MrpNoAsyncListenerException class.

public MrpNoAsyncListenerException(string message)

Parameters

message string

The exception message.

MrpNoAsyncListenerException(string, Exception)

Initializes a new instance of the MrpNoAsyncListenerException class.

public MrpNoAsyncListenerException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.