Mosa.HardwareSystem.HAL.Abort C# (CSharp) Méthode

Abort() public static méthode

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