'宣言 Public Event OperationError As System.EventHandler(Of OperationErrorEventArgs)
public event System.EventHandler<OperationErrorEventArgs> OperationError
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、OperationErrorEventArgs 型の引数を受け取りました。次の OperationErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Exception | Gets the exception that represents the error. |
| Handled | Gets or sets a value indicating if no additional actions are required. |
| Operation | Gets the operation being executed when the error occurred. |
| StatusText | Gets or sets a string displayed as StatusText. |
| ThrowException | Gets or sets a value indicating whether to throw the exception. |
参照