C# Class Dev2.Studio.Diagnostics.AppExceptionPopupControllerAbstract

Inheritance: IAppExceptionPopupController
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
ShowPopup ( Exception ex, ErrorSeverity severity ) : void

Protected Methods

Method Description
CreateExceptionViewModel ( Exception exception, ErrorSeverity severity ) : IExceptionViewModel

Method Details

CreateExceptionViewModel() protected abstract method

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

ShowPopup() public method

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