C# Class withSIX.Core.Applications.Errors.UserErrorHandler

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
GeneralUserError ( Exception exception, string title, string message ) : Task
InformationalUserError ( Exception exception, string title, string message ) : Task
RecoverableUserError ( Exception exception, string title, string message ) : Task

Method Details

GeneralUserError() public static méthode

public static GeneralUserError ( Exception exception, string title, string message ) : Task
exception System.Exception
title string
message string
Résultat Task

InformationalUserError() public static méthode

public static InformationalUserError ( Exception exception, string title, string message ) : Task
exception System.Exception
title string
message string
Résultat Task

RecoverableUserError() public static méthode

public static RecoverableUserError ( Exception exception, string title, string message ) : Task
exception System.Exception
title string
message string
Résultat Task