C# Class Libmpc.InvalidMpdResponseException

Is thrown if the response from a MPD server is not as expected. This should never happen when working with a tested version of the MPD server.
Inheritance: System.Exception
显示文件 Open project: sakya/wpfmpdclient

Public Methods

Method Description
InvalidMpdResponseException ( ) : System

Creates a new InvalidMpdResponseException.

InvalidMpdResponseException ( string message ) : System

Creates a new InvalidMpdResponseException.

Method Details

InvalidMpdResponseException() public method

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

InvalidMpdResponseException() public method

Creates a new InvalidMpdResponseException.
public InvalidMpdResponseException ( string message ) : System
message string A message describing the error.
return System