V
V
Visento2012-05-23 22:41:39
block diagram
Visento, 2012-05-23 22:41:39

How to draw a try-catch-finally construct on a flowchart?

What should be used when describing the construction And which block should be used for lambda expressions? In GOST 19.701-90 ESPD, there are no such blocks, apparently from 1990 to 2012 something has changed in programming. *

try
{
...
}

catch
{
...
}

finally
{
...
}



Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
denver, 2012-05-23
@Visento

It seems to me that try catch is usually not part of the algorithm, but its implementation in a specific language. In your algorithm, there should most likely be a standard rhombus (which is used for if), and there should not be implementation details (such as: PL, DB, ... - all this does not apply to the algorithm)

N
Nikolai Turnaviotov, 2012-05-23
@foxmuldercp

ms visio, there were also free zz xml generators, it seems, which generated what you say at the output

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question