C# Class Libmpc.MpdResponseException

Is thrown when the MPD server returns an error to a command.
Inheritance: System.Exception
显示文件 Open project: sakya/wpfmpdclient

Public Methods

Method Description
MpdResponseException ( int errorCode, string errorMessage ) : System

Creates a new MpdResponseException.

Method Details

MpdResponseException() public method

Creates a new MpdResponseException.
public MpdResponseException ( int errorCode, string errorMessage ) : System
errorCode int The error code of the mpd server.
errorMessage string A message describing what went wrong.
return System