Skip to content

Commit

Permalink
adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang committed Mar 4, 2021
1 parent 1332c8d commit 9bf74a3
Showing 1 changed file with 1 addition and 1 deletion.
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("System.Runtime.InteropServices.Marshal.GetExceptionPointers is not supported.", ex);
throw new NotSupportedException("Automatic exception detection is not supported on this platform.", ex);
}
}

Expand Down

0 comments on commit 9bf74a3

Please sign in to comment.