Skip to content

Commit 7316a97

Browse files
Merge branch 'main' into resolution-scope-tests
2 parents 6d65235 + 3d382e6 commit 7316a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Reflex/Exceptions/PropertyInjectorException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Reflex.Exceptions
55
{
66
internal sealed class PropertyInjectorException : Exception
77
{
8-
public PropertyInjectorException(PropertyInfo property, Exception innerException) : base(BuildMessage(property, innerException))
8+
public PropertyInjectorException(PropertyInfo property, Exception innerException) : base(BuildMessage(property, innerException), innerException)
99
{
1010
}
1111

0 commit comments

Comments
 (0)