Global Exception Handler is kind of workflow which is used to determine the project's behavior when an exception occurred.
The Global Exception Handler has two arguments-
1- errorinfo (In direction)
2- result (Out direction)
Values can be assign in result arguments-
a- Continue
b- Ignore
c- Retry
d- Abort
The Global Exception Handler has two arguments-
1- errorinfo (In direction)
2- result (Out direction)
Values can be assign in result arguments-
a- Continue
b- Ignore
c- Retry
d- Abort