C# 클래스 Dev2.Studio.Diagnostics.AppExceptionPopupControllerAbstract

상속: IAppExceptionPopupController
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
ShowPopup ( Exception ex, ErrorSeverity severity ) : void

보호된 메소드들

메소드 설명
CreateExceptionViewModel ( Exception exception, ErrorSeverity severity ) : IExceptionViewModel

메소드 상세

CreateExceptionViewModel() 보호된 추상적인 메소드

protected abstract CreateExceptionViewModel ( Exception exception, ErrorSeverity severity ) : IExceptionViewModel
exception System.Exception
severity ErrorSeverity
리턴 IExceptionViewModel

ShowPopup() 공개 메소드

public ShowPopup ( Exception ex, ErrorSeverity severity ) : void
ex System.Exception
severity ErrorSeverity
리턴 void