C# Class Hqub.MusicBrainz.API.ReadableException

This exception class can be used to display message in Windows Service Apps ShowMessageAsync requires a tile and description
Inheritance: System.Exception
ファイルを表示 Open project: avatar29A/MusicBrainz

Protected Properties

Property Type Description
_errorDescription string
_errorMessage string

Public Methods

Method Description
ReadableException ( ) : System
ReadableException ( string message, string description ) : System
ReadableException ( string message, string description, Exception inner ) : System

Method Details

ReadableException() public method

public ReadableException ( ) : System
return System

ReadableException() public method

public ReadableException ( string message, string description ) : System
message string
description string
return System

ReadableException() public method

public ReadableException ( string message, string description, Exception inner ) : System
message string
description string
inner System.Exception
return System

Property Details

_errorDescription protected_oe property

protected string _errorDescription
return string

_errorMessage protected_oe property

protected string _errorMessage
return string