GrapeCity Secure FTP for .NET 4.0J
Error イベント

Marshal(Exception)が使用されたとき、またはStartを使用して作成されたワーカースレッドで未処理例外がスローされたときに発生します。
シンタックス
<CategoryAttribute("Marshaled Data")>
<DescriptionAttribute("Raised when an unhandled Exception is thrown on a worker thread or Marshal(Exception) is used.")>
Public Event Error As EventHandler(Of ErrorEventArgs)
[Category("Marshaled Data")]
[Description("Raised when an unhandled Exception is thrown on a worker thread or Marshal(Exception) is used.")]
public event EventHandler<ErrorEventArgs> Error
解説
イベントハンドラでのUIコントロールの更新については、SynchronizingObjectプロパティを参照してください。
参照

関連項目

ComponentBase クラス
ComponentBase メンバ

 

 


© 2002, GrapeCity inc. All rights reserved.