Completed
Last Updated: 31 Oct 2018 08:11 by Paul-Henri
Paul-Henri
Created on: 03 Feb 2015 11:29
Category: Spreadsheet
Type: Bug Report
0
Spreadsheet: Wrong exception messages are constructed sometimes, due to problem in the internal Guard.ThrowExceptionIfTrue/ThrowExceptionIfFalse methods
Wrong exception messages are constructed sometimes, due to problem in the internal Guard.ThrowExceptionIfTrue and Guard.ThrowExceptionIfFalse methods:

- Guard.ThrowExceptionIfTrue throws InvalidOperationException with text "<paramName> should be true.", instead the text should be "<paramName> should be false."

- Guard.ThrowExceptionIfFalse throws InvalidOperationException with text "<paramName> should be false.", instead the text should be "<paramName> should be true."

Available in LIB Version 2017.2.828.
0 comments