Table of Contents

Class MrpCommandException

Namespace
AppleTvControlLibrary.Mrp.RemoteControl
Assembly
AppleTvControlLibrary.Mrp.dll

Raised when a SEND_COMMAND_MESSAGE exchange completes with a SendError other than NoError.

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

Remarks

Initializes a new instance of the MrpCommandException class.

Constructors

MrpCommandException(string)

Raised when a SEND_COMMAND_MESSAGE exchange completes with a SendError other than NoError.

public MrpCommandException(string message)

Parameters

message string

The exception message.

Remarks

Initializes a new instance of the MrpCommandException class.