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

ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method 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 method

public static GeneralUserError ( Exception exception, string title, string message ) : Task
exception System.Exception
title string
message string
return Task

InformationalUserError() public static method

public static InformationalUserError ( Exception exception, string title, string message ) : Task
exception System.Exception
title string
message string
return Task

RecoverableUserError() public static method

public static RecoverableUserError ( Exception exception, string title, string message ) : Task
exception System.Exception
title string
message string
return Task