Skip to content

Conversation

andystaples
Copy link
Collaborator

Resolves #529
When no exception message is present in user-thrown exception, pass the string form of the exception type name to the WebJobs extension instead

- Pass string form of the exception type to WebJobs extension instead
Copy link
Member

@cgillum cgillum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@andystaples andystaples merged commit efa6321 into dev Oct 31, 2024
2 checks passed
@andystaples andystaples deleted the andystaples/no-message-exception-handling branch October 31, 2024 17:19
greenie-msft pushed a commit to greenie-msft/azure-functions-durable-python that referenced this pull request Sep 25, 2025
* Handle exceptions when no message is present
- Pass string form of the exception type to WebJobs extension instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exceptions with no message cause orchestration to hang

2 participants