'宣言 Public Event EncodingError As System.EventHandler(Of EncodingErrorEventArgs)
public event System.EventHandler<EncodingErrorEventArgs> EncodingError
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、EncodingErrorEventArgs 型の引数を受け取りました。次の EncodingErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| ErrorCode | Gets internal code of the error. |
| Exception | Gets the exception that initially triggered the EncodingError event. |
| Text | Gets the text of exception. It can be changed by user. |
| ThrowException | Gets or sets a value that indicates whether Exception should be thrown. |
参照