2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

UiPath ThrowしたのにCatchされない問題の解消方法

Posted at

BusinessExceptionを利用して

ThrowしたのにCatchされない状態の解消方法をお伝えします。

◆現象
シーケンス内にスローを設置すると
Catchで拾われない。

image.png

◆原因
GlobalErrorHandlerが悪さをしていた

◆解消方法
新規>グローバルハンドラー で作成し、project内からグローバルハンドラーのxamlを削除することで解消された。

image.png

◆そのほか
実行時にデバッグをするとthrowで止まるので、「実行」ボタンを押しましょう

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?