Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/UpliftVanKernelWrapperException.cs =================================================================== diff -u -rba564a2ca0ec7d9ad0c8e5bc2cf05abf4fd7f15b -r2ce1e3a50eca16bd4afb0e7a16aec97dfe4251ab --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/UpliftVanKernelWrapperException.cs (.../UpliftVanKernelWrapperException.cs) (revision ba564a2ca0ec7d9ad0c8e5bc2cf05abf4fd7f15b) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/UpliftVanKernelWrapperException.cs (.../UpliftVanKernelWrapperException.cs) (revision 2ce1e3a50eca16bd4afb0e7a16aec97dfe4251ab) @@ -23,7 +23,7 @@ using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; -using Deltares.MacroStability.Standard; +using Deltares.MacroStability.CSharpWrapper.Output; namespace Riskeer.MacroStabilityInwards.KernelWrapper.Kernels.UpliftVan { @@ -64,7 +64,7 @@ /// The exception that is the cause of the current exception, /// or a null reference if no inner exception is specified. /// The messages provided by the kernel. - public UpliftVanKernelWrapperException(string message, Exception inner, IEnumerable logMessages) + public UpliftVanKernelWrapperException(string message, Exception inner, IEnumerable logMessages) : base(message, inner) { LogMessages = logMessages; @@ -86,6 +86,6 @@ /// /// Gets the log messages. /// - public IEnumerable LogMessages { get; } = Enumerable.Empty(); + public IEnumerable LogMessages { get; } = Enumerable.Empty(); } } \ No newline at end of file