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

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

参照

ComponentBase クラス
ComponentBase メンバ

 

 


© 2003, GrapeCity inc. All rights reserved.