Class MrpNoAsyncListenerException
- Namespace
- AppleTvControlLibrary.Mrp.PlayerState
- Assembly
- AppleTvControlLibrary.Mrp.dll
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
messagestringThe exception message.
MrpNoAsyncListenerException(string, Exception)
Initializes a new instance of the MrpNoAsyncListenerException class.
public MrpNoAsyncListenerException(string message, Exception innerException)