Method | Description | |
---|---|---|
MpdResponseException ( int errorCode, string errorMessage ) : System |
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 |