exception-handling tag

15 questions


1 answers
65 views
0
Is there a way to trace while running the program?

I'm creating a program that receives files from the website and reads the data as numpy.But when I receive the file, there are countless errors due to strange links or wrong xml structures ㅜ


1 answers
66 views
0
Why can't we say 'recue exception => e'?

Why can't we do resue exception=> e?Once the server is turned, I want to keep it running without stopping, but when I looked it up, there was no explanation in the data. Don’t rescue Exception. EVE...

1 years ago

1 answers
73 views
0
Python Exception Handling Question!

I'm going to load the fileWhen dealing with PythonTry, use the exception syntax If you ignore the error and proceedexcept: Don't you use pass?If there is an error in the middle of the file at that ti...

1 years ago

1 answers
86 views
0
Can I catch multiple exceptions per line?

I want to do the same thing for err1 and err2Do I have to write it separately like that?try: # Error Codeexcept err1 : passexcept err2 : pass


1 answers
84 views
0
Error handling techniques when using API

Hi, how are you?I have a question about the exception processing technique while writing code using C.When implementing several APIs, it uses hundreds of APIs such as free/fwrite/fseak function allows...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.