Aeon.Emulator.RuntimeExceptions.EmulatedDivideByZeroException.EmulatedDivideByZeroException C# (CSharp) Method

EmulatedDivideByZeroException() public method

Initializes a new instance of the EmulatedDivideByZeroException class.
        public EmulatedDivideByZeroException()
            : base(0, "Cannot divide by zero.")
        {
        }
    }
EmulatedDivideByZeroException