コード例 #1
0
 private void DoHandle(SvnAuthorizationException ex, ExceptionInfo info)
 {
     // TODO: Show at least some parts of the real error to help resolve it.
     MessageBox.Show(Owner,
                     "You failed to authorize against the remote repository. ",
                     "Authorization failed", MessageBoxButtons.OK,
                     MessageBoxIcon.Warning);
 }
コード例 #2
0
ファイル: AnkhErrorHandler.cs プロジェクト: necora/ank_git
 private void DoHandle(SvnAuthorizationException ex, ExceptionInfo info)
 {
     // TODO: Show at least some parts of the real error to help resolve it.
     MessageBox.Show(Owner,
         "You failed to authorize against the remote repository. ",
         "Authorization failed", MessageBoxButtons.OK,
         MessageBoxIcon.Warning);
 }