public RetryCanceledException(string message, Exception inner) : base(message, inner?.AsSerializable()) { }