C# Class Libmpc.AlreadyConnectedException

Is thrown when the connect method is invoked on an already connected MpcConnection.
Inheritance: System.InvalidOperationException
显示文件 Open project: sakya/wpfmpdclient

Public Methods

Method Description
AlreadyConnectedException ( ) : System

Creates a new AlreadyConnectedException.

Method Details

AlreadyConnectedException() public method

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