C# 클래스 withSIX.Core.Applications.Errors.UserErrorHandler

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
GeneralUserError ( Exception exception, string title, string message ) : Task
InformationalUserError ( Exception exception, string title, string message ) : Task
RecoverableUserError ( Exception exception, string title, string message ) : Task

메소드 상세

GeneralUserError() 공개 정적인 메소드

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

InformationalUserError() 공개 정적인 메소드

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

RecoverableUserError() 공개 정적인 메소드

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