C# Класс Hqub.MusicBrainz.API.ReadableException

This exception class can be used to display message in Windows Service Apps ShowMessageAsync requires a tile and description
Наследование: System.Exception
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_errorDescription string
_errorMessage string

Открытые методы

Метод Описание
ReadableException ( ) : System
ReadableException ( string message, string description ) : System
ReadableException ( string message, string description, Exception inner ) : System

Описание методов

ReadableException() публичный Метод

public ReadableException ( ) : System
Результат System

ReadableException() публичный Метод

public ReadableException ( string message, string description ) : System
message string
description string
Результат System

ReadableException() публичный Метод

public ReadableException ( string message, string description, Exception inner ) : System
message string
description string
inner System.Exception
Результат System

Описание свойств

_errorDescription защищенное свойство

protected string _errorDescription
Результат string

_errorMessage защищенное свойство

protected string _errorMessage
Результат string