We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b226124 + 8973574 commit 88731bbCopy full SHA for 88731bb
1 file changed
Assets/Reflex/Exceptions/ConstructorInjectorException.cs
@@ -7,7 +7,7 @@ namespace Reflex.Exceptions
7
{
8
internal sealed class ConstructorInjectorException : Exception
9
10
- public ConstructorInjectorException(Type type, Exception exception, MemberParamInfo[] constructorParameters) : base(BuildMessage(type, exception, constructorParameters))
+ public ConstructorInjectorException(Type type, Exception exception, MemberParamInfo[] constructorParameters) : base(BuildMessage(type, exception, constructorParameters), exception)
11
12
}
13
0 commit comments