We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7a701 commit d8c7ea1Copy full SHA for d8c7ea1
src/Hyperion/Internal/Annotations.cs
@@ -23,7 +23,7 @@ namespace Hyperion.Internal
23
public class EvilDeserializationException : SecurityException
24
{
25
public EvilDeserializationException(string message,
26
- string typeString) : base(message)
+ string typeString) : base($"{message} [type: {typeString}]")
27
28
BadTypeString = typeString;
29
}
0 commit comments