C# Class Libmpc.NotConnectedException

Is thrown when a command is to be executed on a disconnected MpcConnection where the MpcConnection.AutoConnect property is set to false.
Inheritance: System.InvalidOperationException
显示文件 Open project: sakya/wpfmpdclient

Public Methods

Method Description
NotConnectedException ( ) : System

Creates a new NotConnectedException.

Method Details

NotConnectedException() public method

Creates a new NotConnectedException.
public NotConnectedException ( ) : System
return System