Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "adjust wording"
This reverts commit 9bf74a3.
  • Loading branch information
reyang committed Mar 5, 2021
commit 4cdf023f337dcb21f23b51d95b8f41488aaf976d
2 changes: 1 addition & 1 deletion src/OpenTelemetry/Trace/ExceptionProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public ExceptionProcessor()
}
catch (Exception ex)
{
throw new NotSupportedException("Automatic exception detection is not supported on this platform.", ex);
throw new NotSupportedException("System.Runtime.InteropServices.Marshal.GetExceptionPointers is not supported.", ex);
}
}

Expand Down