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