Aris.Moe.OverlayTranslate.Server.QuotaMonitoring.QuotaWouldBeExceededException.QuotaWouldBeExceededException C# (CSharp) Method

QuotaWouldBeExceededException() public method

public QuotaWouldBeExceededException ( string type, long usage, double exceedAmount ) : System
type string
usage long
exceedAmount double
return System
        public QuotaWouldBeExceededException(string type, long usage, double exceedAmount) : base($"another {usage} units would exceed the max '{type}' quota by {exceedAmount}€.")
        {
        }
    }
QuotaWouldBeExceededException