Artemis.Services.DialogService.ShowErrorMessageBox C# (CSharp) 메소드

ShowErrorMessageBox() 공개 메소드

public ShowErrorMessageBox ( Exception e ) : void
e System.Exception
리턴 void
        public void ShowErrorMessageBox(Exception e)
        {
            ShowErrorMessageBox(e.Message);
        }

Same methods

DialogService::ShowErrorMessageBox ( string message ) : void