Open.Core.Assert.ThrowError C# (CSharp) Method

ThrowError() private static method

private static ThrowError ( string message ) : void
message string
return void
        private static void ThrowError(string message)
        {
            throw new Exception(string.Format("AssertionException: " + message));
        }