> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SendTaskToException

> ABBYY FlexiCapture Web Services API の SendTaskToException メソッドは、オプションのコメントと後処理フラグを指定して、タスクを Exceptions ステージに送信します。

<div id="what-it-does">
  ## 実行内容
</div>

タスクをExceptionsステージに送ります。

<div id="definition">
  ## 定義
</div>

```
void SendTaskToException( int sessionId, int taskId, string comment, bool needPostprocessing );
```

<div id="parameters">
  ## パラメーター
</div>

| **名前**             | **型**  | **説明**                      |
| ------------------ | ------ | --------------------------- |
| sessionId          | int    | Application Server への接続ID   |
| taskId             | int    | Exceptions ステージに送信するタスクの ID |
| comment            | string | タスクに対するコメント                 |
| needPostprocessing | bool   | 後処理が必要かどうかを示すフラグ。指定できる値     |

<div id="returned-value">
  ## 戻り値
</div>

なし。
