Goedel.Throw.Always C# (CSharp) Method

Always() public static method

Throw an exception.
public static Always ( string Report ) : void
Report string Message to report.
return void
        public static void Always(string Report) {
            throw new Throw(Report);
            }