コード例 #1
0
 public void OnRequestError(object obj, ErrorEventArgs onErrorArgs)
 {
     MessageBox.Show("Error type: " + onErrorArgs.Type + "\nReturned error: " + onErrorArgs.Description, "Test OKImpotrer ERROR", MessageBoxButtons.OK, MessageBoxIcon.Error);
     Debug.WriteLine("Error type: " + onErrorArgs.Type + ", returned error: " + onErrorArgs.Description);
 }
コード例 #2
0
ファイル: OKDialog.cs プロジェクト: rcsir/RuNetImporter
 public void OnRequestError(object obj, ErrorEventArgs onErrorArgs)
 {
     ShowError("Error type: " + onErrorArgs.Type + "\nReturned error: " + onErrorArgs.Description);
     Debug.WriteLine("Error type: " + onErrorArgs.Type + ", returned error: " + onErrorArgs.Description);
 }