C# Класс withSIX.Core.Applications.Errors.CanceledUserError

Наследование: UserErrorModel
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CanceledUserError ( string errorMessage, string errorCauseOrResolution = null, IEnumerable recoveryOptions = null, object>.Dictionary contextInfo = null, OperationCanceledException innerException = null ) : System

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

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

public CanceledUserError ( string errorMessage, string errorCauseOrResolution = null, IEnumerable recoveryOptions = null, object>.Dictionary contextInfo = null, OperationCanceledException innerException = null ) : System
errorMessage string
errorCauseOrResolution string
recoveryOptions IEnumerable
contextInfo object>.Dictionary
innerException System.OperationCanceledException
Результат System