https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Instrumentation.AspNetCore/Implementation/HttpInListener.cs#L422 Is storing Exception.Message as Status.Description. The [semantic convention for http](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-spans.md#status) does not prescribe such a behavior. Neither does the [Tracing API.](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status)