Aris.Moe.OverlayTranslate.Server.QuotaMonitoring.QuotaWouldBeExceededException.QuotaWouldBeExceededException C# (CSharp) Метод

QuotaWouldBeExceededException() публичный Метод

public QuotaWouldBeExceededException ( string type, long usage, double exceedAmount ) : System
type string
usage long
exceedAmount double
Результат System
        public QuotaWouldBeExceededException(string type, long usage, double exceedAmount) : base($"another {usage} units would exceed the max '{type}' quota by {exceedAmount}€.")
        {
        }
    }
QuotaWouldBeExceededException