Mosa.HardwareSystem.HAL.Abort C# (CSharp) Method

Abort() public static method

Aborts with the specified message.
public static Abort ( string message ) : void
message string The message.
return void
        public static void Abort(string message)
        {
            hardwareAbstraction.Abort(message);
        }