public AdmRateLimitExceededException(string reason, AdmNotification notification) : base("Rate Limit Exceeded (" + reason + ")", notification) { Notification = notification; Reason = reason; }
public AdmRateLimitExceededException (string reason, AdmNotification notification) : base ("Rate Limit Exceeded (" + reason + ")", notification) { Notification = notification; Reason = reason; }
public AdmMessageTooLargeException(AdmNotification notification) : base("ADM Message too Large, must be <= 6kb", notification) { Notification = notification; }
public AdmMessageTooLargeException (AdmNotification notification) : base ("ADM Message too Large, must be <= 6kb", notification) { Notification = notification; }