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
파일 보기 프로젝트 열기: avatar29A/MusicBrainz

보호된 프로퍼티들

프로퍼티 타입 설명
_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